The application is in break mode - Unable to determine cause

前端 未结 8 1678
無奈伤痛
無奈伤痛 2021-02-03 22:57

I\'m experiencing that the IDE breaks sometimes when my application terminates.

When this occurs, the call stack is empty, and the thread list shows some threads which d

8条回答
  •  误落风尘
    2021-02-03 23:36

    This can occur because some method or constructor is inaccessible (private or internal), put the as public.

    The XAML need call the methods to start application

提交回复
热议问题