November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Looks like some timing is off in the initialization. Make sure your global application class inherits the episerver global class to make sure the initialization engine runs at the right time, e.g. Global.asax should have the content
<%@ Application Language="C#" Inherits="EPiServer.Global" %>
Or if your Global.asax inherits your own global class, then that one in turn should inherit EPiServer.Global
Thanks! I've figured it out. I installed the wrong packages.... :(
The hint was that there was no Global.asax.
Thanks for your help!
Hi,
After upgrading the Commerce site to version 10.5.1 I'm getting the following error and unfortunatly I can't find anything online about this.
The error is the following:
Cannot register a module after the application has been initialized.
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.InvalidOperationException: Cannot register a module after the application has been initialized.
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:
Has anyone else had this problem? Thanks!
/Mark