WinForm程序运行 Just-In-Time Exception发生时
debug时运行正常,
但exe程序却发生Just-In-Time Exception
(具体是做了异步里面更新画面内容)
解决对策:
【app.config】文件:
jitDebugging设为ture
<?xml version="1.0" encoding="utf-8"?> <configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup> <system.windows.forms jitDebugging="true" /> </configuration>
作者:码路工人
公众号:码路工人有力量(Code-Power)
欢迎关注个人微信公众号 Coder-Power
一起学习提高吧~
![](https://gitee.com/Coding-Worker/picture/raw/master/2021-1-5/1609860559027-qrcode_for_gh_e1903e0c25a7_258.jpg)
posted on 2017-06-05 10:46 CoderMonkey 阅读(347) 评论(0) 编辑 收藏 举报