Kay asked 2016-11-25 13:19:07 UTC
Hello,
seems to be that the event is no longer fired.
A workaround from me start the App in the static Main.
Is this an error or must I do something else?
static void Main()
{
Application.BeginRequest+=Application_BeginRequest;
Application.EndRequest+=Application_EndRequest;
Application.ApplicationStart+=Application_ApplicationStart;
Application.ApplicationRefresh+=Application_ApplicationRefresh;
Application.HashChanged+=Application_HashChanged;
Application.ResponsiveProfileChanged+=Application_ResponsiveProfileChanged;
Application.SessionTimeout+=Application_SessionTimeout;
Application.ApplicationExit+=Application_ApplicationExit;
// Call direct
Application_ApplicationStart(null,null);
Kay asked 2016-11-25 13:19:07 UTC
Hello,
seems to be that the event is no longer fired.
A workaround from me start the App in the static Main.
Is this an error or must I do something else?
static void Main()
{
Application.BeginRequest+=Application_BeginRequest;
Application.EndRequest+=Application_EndRequest;
Application.ApplicationStart+=Application_ApplicationStart;
Application.ApplicationRefresh+=Application_ApplicationRefresh;
Application.HashChanged+=Application_HashChanged;
Application.ResponsiveProfileChanged+=Application_ResponsiveProfileChanged;
Application.SessionTimeout+=Application_SessionTimeout;
Application.ApplicationExit+=Application_ApplicationExit;
// Call direct
Application_ApplicationStart(null,null);