启动应用程序时未指定 JIT 调试器
嘿, 我有一个我编译的 vb.net 应用程序, 我把 EXe 和所有东西放在另一台只有 Visual Studio Express 的电脑上。
当我打开 .exe 时,我收到一条消息,提示未找到调试器, 未指定 Jit 调试器 我可以选择重试以查找调试器,也可以单击取消以忘记调试器。
如果我按取消,我的应用程序将正确启动,没有任何问题。
知道为什么会出现此消息吗?可能是代码中的错误吗?或者我可能编译错误
谢谢
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 specified
I 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,不寻常。您的代码中是否有 Debugger.Launch() 语句?
Hmm, unusual. Is there a Debugger.Launch() statement in your code?