程序无法在其中一台 vmware 服务器上运行
VB.NET exe 在其中一台 VMware 服务器上运行良好,但在同一服务器的克隆上给出以下消息。没有事件条目,程序甚至没有启动。
它在 Windows Server 2003 上运行。对于如何调试/解决这个问题有什么想法吗?
[程序名称]遇到问题,需要关闭。对于给您带来的不便,我们深表歉意。
如果您正在处理某件事,您正在处理的信息可能会丢失。 [关闭]
The VB.NET exe runs fine on one of the VMware servers but gives the following message on the clone of the same. There are no event entries and the program does not even start.
Its running on Windows server 2003. Any thoughts on how to debug/tackle this?
[Program Name] has encountered a problem and needs to close. We are sorry for the invenience.
If you were in the middle of something, the information you were working might be lost.
[CLOSE]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当您克隆机器时,您是否执行了 sysprep 来生成新的机器名称和新的 SID?
如果没有,您可能会遇到奇怪的问题。
此 vmware 主题包含克隆计算机的操作方法
When you cloned the machine, did you do a sysprep to generate a new machine name and new SID?
If not, you could run into weird issues.
This vmware thread contains a howto for cloning machines
您查看过应用程序事件日志吗?未处理的 .NET 异常将记录在那里。否则,您可以将一些日志记录代码注册到 Application.UnhandledException 事件。
Have you looked in the Application Event Log? Unhandled .NET exceptions will be logged there. Otherwise, you could registered some logging code to the Application.UnhandledException event.