Skip to content

WiseJ 1.3.13 Application_ApplicationStart() event is not fired #434

Description

@itg-assistant

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething is broken or behaving unexpectedly.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions