I am also getting this error when adding a Richtext Editor to a media type in 4.5.2
Error below....
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
'f5eadc07-42ce-4698-a95e-6a50199d88cb'
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.
MediaType - Richtext property - Umbraco 4.5.1
Hi
In an Umbraco 4.0 site, I have no problem creating a new mediatype with a property as "Richtext editor".
But in 4.5.1 I get an error when creating and editing (clicking) a media of the new type.
Error: No Document exists with Version '2702337f-1c88-41f1-9306-2d5159ff4f12'
Stack:
[ArgumentException: No Document exists with Version '2702337f-1c88-41f1-9306-2d5159ff4f12']
umbraco.cms.businesslogic.web.Document.setupNode() +1066
umbraco.cms.businesslogic.CMSNode..ctor(Int32 Id) +89
umbraco.cms.businesslogic.Content..ctor(Int32 id) +44
umbraco.cms.businesslogic.web.Document..ctor(Int32 id, Guid Version) +60
umbraco.page..ctor(Int32 Id, Guid Version) +308
umbraco.editorControls.tinyMCE3.webcontrol.TinyMCEWebControl.parseMacrosToHtml(String input) +270
umbraco.editorControls.tinyMCE3.webcontrol.TinyMCEWebControl.OnPreRender(EventArgs e) +124
System.Web.UI.Control.PreRenderRecursiveInternal() +80
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
I am also getting this error when adding a Richtext Editor to a media type in 4.5.2
Error below....
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 'f5eadc07-42ce-4698-a95e-6a50199d88cb'
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:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
This issue is on codeplex:
http://umbraco.codeplex.com/workitem/29032
Go vote it up!
is working on a reply...