Copied to clipboard

Flag this post as spam?

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


  • Ben Wasserman 1 post 71 karma points
    Feb 04, 2020 @ 01:22
    Ben Wasserman
    0

    Umbraco upgrade from 8.4.1 to 8.5.3

    After trying to upgrade Umbraco from 8.4.1 to 8.5.3 via Nuget an error with the following stack trace occurs on startup:

    [MethodAccessException: Attempt by method 'Umbraco.ModelsBuilder.Embedded.LiveModelsProviderModule.App_EndRequest(System.Object, System.EventArgs)' to access method 'Umbraco.Core.UriExtensions.IsClientSideRequest(System.Uri)' failed.] Umbraco.ModelsBuilder.Embedded.LiveModelsProviderModule.App_EndRequest(Object sender, EventArgs e) in D:\a\1\s\src\Umbraco.ModelsBuilder.Embedded\LiveModelsProviderModule.cs:25 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +200 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +132 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +73
    

    The same error occurs after trying to upgrade incrementally in Nuget by upgrading from 8.4.1 to 8.5.1.

    I followed the steps from https://our.umbraco.com/documentation/getting-started/setup/upgrading/general. I also did not get any more information from /App_Data/Logs. I am running Umbraco with Models builder in Dll mode.

    Has anyone experienced a similar issue or can anyone point me in a direction that might help me debug the issue? Thanks in advance.

  • 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