Base solution for your next web application
Open Closed

Problem on upgrade to ABP + ZERO 4.8.1 #7465


User avatar
0
andmattia created

Hi

after upgrade from 4.2.0 to 4.8.1 I have an error on startup and I need to comment this row on web.config I need to do more action?

<modules runAllManagedModulesForAllRequests="true">
      <!--<add name="PerRequestLifestyle" type="Castle.MicroKernel.Lifestyle.PerWebRequestLifestyleModule, Castle.Windsor" />-->
    </modules>

5 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Can you share the complete error message?

  • User Avatar
    0
    andmattia created

    Hi this is the full stack error

  • User Avatar
    0
    maliming created
    Support Team

    I think you may not need to modify the code in other places.

    https://github.com/aspnetboilerplate/aspnetboilerplate/issues/969#issuecomment-206891865

  • User Avatar
    0
    andmattia created

    Ok

    So you confirm that starting from now I need to disable the module into web.confing and it's not necessay any more?

  • User Avatar
    0
    maliming created
    Support Team

    If the application is not experiencing any errors, it is no longer needed.