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,
it´s fixed in 1.3.14 (just released).
Best regards
Frank
Hi Kay,
thanks, it sounds like a regression, logged as WJ-7820.
We´ll check, fix and then inform you.
Best regards
Frank