Does anyone managed to move media item around? I am thrown the following error when i try to move
Server Error in '/' Application.
No Document exists with Version '55ee01f0-b3c7-4f21-bf3c-ac9b20e19daf'
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 '55ee01f0-b3c7-4f21-bf3c-ac9b20e19daf'
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 '55ee01f0-b3c7-4f21-bf3c-ac9b20e19daf'] umbraco.cms.businesslogic.web.Document.setupNode() in d:\TeamCity\buildAgent\work\75c63e4d2422667e\umbraco\cms\businesslogic\web\Document.cs:1485 umbraco.cms.businesslogic.CMSNode..ctor(Int32 Id) in d:\TeamCity\buildAgent\work\75c63e4d2422667e\umbraco\cms\businesslogic\CMSNode.cs:318 umbraco.cms.businesslogic.Content..ctor(Int32 id) in d:\TeamCity\buildAgent\work\75c63e4d2422667e\umbraco\cms\businesslogic\Content.cs:46 umbraco.cms.businesslogic.web.Document..ctor(Int32 id) in d:\TeamCity\buildAgent\work\75c63e4d2422667e\umbraco\cms\businesslogic\web\Document.cs:62 umbraco.dialogs.moveOrCopy.Page_Load(Object sender, EventArgs e) in d:\TeamCity\buildAgent\work\75c63e4d2422667e\umbraco\presentation\umbraco\dialogs\moveOrCopy.aspx.cs:80 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25 umbraco.BasePages.BasePage.OnLoad(EventArgs e) in d:\TeamCity\buildAgent\work\75c63e4d2422667e\umbraco\businesslogic\BasePages\BasePage.cs:314 System.Web.UI.Control.LoadRecursive() +71 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3048
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
However this issue doesnt happened on moving content item. It seems to be Media items specific only.
Umbraco 4.1 RC Moving Media item around
Hi,
Does anyone managed to move media item around? I am thrown the following error when i try to move
Server Error in '/' Application.
No Document exists with Version '55ee01f0-b3c7-4f21-bf3c-ac9b20e19daf'
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 '55ee01f0-b3c7-4f21-bf3c-ac9b20e19daf'
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
However this issue doesnt happened on moving content item. It seems to be Media items specific only.
Is it a known bug? Can someone verify?
Thanks,
Fixed in latest nightly :)
It's recommended that you upgrade to the 4.5 release now too
is working on a reply...