Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • denisedelbando 141 posts 339 karma points
    Apr 17, 2015 @ 15:54
    denisedelbando
    0

    moving dlls causes value null on first load

    Hello All,

    i build my own library and update my .dll files from time to time.

    whenever i do this, i keep getting this error when i visit the site. I have seen this in dev, staging and the production environment.

    Does anybody know why this happens?

    I am using v6.2.4 webforms

    System.ArgumentNullException: Value cannot be null.
    Parameter name: virtualPath
       at System.Web.VirtualPath.Create(String virtualPath, VirtualPathOptions options)
       at System.Web.VirtualPathUtility.ToAbsolute(String virtualPath, String applicationPath)
       at Umbraco.Core.IO.IOHelper.ResolveUrl(String virtualPath)
       at InfoCaster.Umbraco.UrlTracker.Helpers.UmbracoHelper.IsReservedPathOrUrl(String url) in c:\Users\kipusoep\Documents\GitHub\UrlTracker\Helpers\UmbracoHelper.cs:line 58
       at InfoCaster.Umbraco.UrlTracker.Modules.UrlTrackerModule.UrlTrackerDo(String callingEventName, Boolean ignoreHttpStatusCode) in c:\Users\kipusoep\Documents\GitHub\UrlTracker\Modules\UrlTrackerModule.cs:line 98
       at InfoCaster.Umbraco.UrlTracker.Modules.UrlTrackerModule.context_AcquireRequestState(Object sender, EventArgs e) in c:\Users\kipusoep\Documents\GitHub\UrlTracker\Modules\UrlTrackerModule.cs:line 53
       at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
  • denisedelbando 141 posts 339 karma points
    Apr 17, 2015 @ 16:13
    denisedelbando
    0

    upgraded url tracker and still getting error but i didnt see it in the website. yey. a progress. it was showing in the error logs still though.

     

    i think i am in the wrong forum

    System.ArgumentNullException: Value cannot be null.
    Parameter name: virtualPath
    at System.Web.VirtualPath.Create(String virtualPath, VirtualPathOptions options)
    at System.Web.VirtualPathUtility.ToAbsolute(String virtualPath, String applicationPath)
    at Umbraco.Core.IO.IOHelper.ResolveUrl(String virtualPath)
    at InfoCaster.Umbraco.UrlTracker.Helpers.UmbracoHelper.IsReservedPathOrUrl(String url) in d:\kipusoep\Documents\GitHub\UrlTracker\Helpers\UmbracoHelper.cs:line 56
    at InfoCaster.Umbraco.UrlTracker.Modules.UrlTrackerModule.UrlTrackerDo(String callingEventName, Boolean ignoreHttpStatusCode) in d:\kipusoep\Documents\GitHub\UrlTracker\Modules\UrlTrackerModule.cs:line 121
    at InfoCaster.Umbraco.UrlTracker.Modules.UrlTrackerModule.context_AcquireRequestState(Object sender, EventArgs e) in d:\kipusoep\Documents\GitHub\UrlTracker\Modules\UrlTrackerModule.cs:line 75
    at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies