Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 c# 在 Visual Studio 2010 中创建了一个 exe。它在我的机器上运行良好,在几个桌面上它立即打开和关闭。请帮助我摆脱这个问题。
当 MyTool.exe 突然关闭时,用户可以执行 cmd.exe。
您需要受影响机器上的 Windows 应用程序/系统事件日志。他们(几乎可以肯定)会告诉您发生了哪个 .Net 异常。如果您将 PDB 文件与您的出版物捆绑在一起,您还将获得一个行号。