且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

关闭应用程序时出错

更新时间:2022-10-15 08:21:38

基于错误消息,该消息实际上并不包含任何有用的信息,您将需要与Sierra Wireless联系以获得支持. /blockquote>
您的应用程序正在引发异常,并且没有针对该异常的处理程序.之所以出现JIT调试器消息,是因为您正在运行应用程序的调试版本.

解决方法是找出异常,修复问题,然后重新编译.


Dear,
I confuse and have no idea where to find the answer.
I got problem that annoying me.
I got error messagebox from "Visual Studio Just In Time debugger" when I close my application.
here''s the pic:

OR

OR
download link: http://slil.ru/28488009
This is sierra wireless modems application.
I had had done to re-install the application for many times( I think I had done it about 10times), but it still showing the messagebox.
I got no error before. I got this error in this last 4months.
I had had tried to run the application in another laptop, but it''s worked well.
Do you have any idea to solve my problem, please?
thanks in advanced.

Regards,
Hady.

Based on the error message, which really doesn''t contain any useful information, you''re going to have contact Sierra Wireless for support.


Your application is throwing an exception, and there''s no handler for it. The JIT debugger message comes up because you''re running the debug version of your application.

The fix is to find out what the exception is, fix the problem, and recompile.