I try to sort on the Root content node "Content" but I receive this error.
but on other node, it is find.
do you know what may be the cause of the problem ?
thanks
No Document exists with Version '00000000-0000-0000-0000-000000000000'
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.
Exception Details: System.ArgumentException: No Document exists with Version '00000000-0000-0000-0000-000000000000'
Source Error:
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentException: No Document exists with Version '00000000-0000-0000-0000-000000000000'] umbraco.cms.businesslogic.web.Document.setupNode() +1469 umbraco.cms.businesslogic.CMSNode..ctor(Guid uniqueID) +429 umbraco.cms.businesslogic.Content..ctor(Guid id) +91 umbraco.cms.businesslogic.web.Document..ctor(Guid id) +107 umbraco.cms.businesslogic.web.Document.GetRootDocuments() +421 umbraco.cms.presentation.sort.OnPreRender(EventArgs e) +1490 System.Web.UI.Control.PreRenderRecursiveInternal() +113 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4185
Please provide some info on your setup! what umbraco version are you using? If you can replicate this issue on a clean install, report this as a bug on Codeplex so core team can have a look at it and resolve if necessary.
Sort In Root Node ("Content") Error
Hi All,
I try to sort on the Root content node "Content" but I receive this error.
but on other node, it is find.
do you know what may be the cause of the problem ?
thanks
No Document exists with Version '00000000-0000-0000-0000-000000000000'
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.ArgumentException: No Document exists with Version '00000000-0000-0000-0000-000000000000'
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Please provide some info on your setup! what umbraco version are you using? If you can replicate this issue on a clean install, report this as a bug on Codeplex so core team can have a look at it and resolve if necessary.
Cheers,
/Dirk
Hi , it's been fix now. i caused by nide which created by runway sitemap plugin which not exist in cms content. thanks
is working on a reply...