Skip to content

Instantly share code, notes, and snippets.

@nsbingham
Created December 11, 2013 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nsbingham/091753fa4f6279ff819f to your computer and use it in GitHub Desktop.
Save nsbingham/091753fa4f6279ff819f to your computer and use it in GitHub Desktop.
Server Error in '/' Application.
The relative virtual path 'http:/modernumbraco.blob.core.windows.net/media/1005/virtualmachines.png' is not allowed here.
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: The relative virtual path 'http:/modernumbraco.blob.core.windows.net/media/1005/virtualmachines.png' is not allowed here.
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: The relative virtual path 'http:/modernumbraco.blob.core.windows.net/media/1005/virtualmachines.png' is not allowed here.]
System.Web.VirtualPath.FailIfRelativePath() +9804228
System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath, Boolean permitNull) +43
System.Web.Hosting.HostingEnvironment.MapPathInternal(VirtualPath virtualPath) +34
System.Web.Hosting.HostingEnvironment.MapPath(VirtualPath virtualPath) +51
System.Web.Hosting.HostingEnvironment.MapPath(String virtualPath) +19
Umbraco.Core.IO.IOHelper.MapPath(String path, Boolean useHttpContext) +280
Umbraco.Core.IO.IOHelper.MapPath(String path) +41
Umbraco.Core.Services.ContentService.Copy(IContent content, Int32 parentId, Boolean relateToOriginal, Int32 userId) +1196
Umbraco.Core.Services.ContentService.Copy(IContent content, Int32 parentId, Boolean relateToOriginal, Int32 userId) +3579
umbraco.cms.businesslogic.web.Document.Copy(Int32 CopyTo, User u, Boolean RelateToOrignal) +235
umbraco.dialogs.moveOrCopy.HandleDocumentMoveOrCopy() +3770
umbraco.dialogs.moveOrCopy.HandleMoveOrCopy(Object sender, EventArgs e) +89
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +9614758
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +103
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +35
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1724
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.33440
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment