问题描述
嗯,我有一个vb.net应用程序,我编译和所有,
我拿了EXe和所有,并把它放在另一个只有visual studio express的电脑上。
当我打开我的.exe时,我收到一条消息说没有找到调试器,
否Jit调试器已被指定
我可以选择重试来查找调试器或单击取消忘记调试器。
如果我按取消,我的应用程序正确启动没有任何问题。
任何这个消息出现的想法?代码可能是错误吗?或者我可以编译错误
谢谢
异常。您的代码中是否有Debugger.Launch()语句?
Hey,I have a vb.net application that I compiled and all,I took the EXe and all and placed it on another pc that has only visual studio express on it.
When I open my .exe I get a message saying No debugger has been found,no Jit Debugger has been specifiedI can either select retry to find a debugger or click on cancel to forget about the debugger.
If I press cancel, my application launches correctly without any problem.
Any idea why this message appears? Can it be an error in the code? or could I be compiling wrong
Thank you
Hmm, unusual. Is there a Debugger.Launch() statement in your code?
这篇关于启动应用程序时未指定JIT调试器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!