daigs
daigs
今天我也出现这个bug了,导致我的服务程序直接结束进程了. 我是刚开机时(服务程序加入了开机自动启动),马上打开浏览器通过网页请求我的服务出现问题的, 当时在网页上点击按钮请求服务时卡主了一会儿,然后我就使劲点了几下按钮继续请求,然后就弹出异常窗口后服务程序挂掉了... 然后我就重启我的服务程序,但是无论如何也出现不了这种异常了... 我重写了OnReceived如何用try...catch捕获异常,防止我的服务程序挂掉  
 我改成不用依赖注入,直接new,就可以触发析构函数的执行
> Also try if adding this to your project file helps: > > ``` > > > > ``` Even after adding this configuration, it is still the same as...
> Please clarify what you mean by normally and abnormally. I assume you are referring to the three squares between 99. > > I cannot reproduce this. > > >...
After I added the fixed attribute value Language="en", it displayed correctly. I added this attribute to all the Run controls in my project that display pure numbers to solve this...