程序无法在其中一台 vmware 服务器上运行

发布于 2024-09-26 06:09:11 字数 212 浏览 5 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

野生奥特曼 2024-10-03 06:09:11

当您克隆机器时,您是否执行了 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

寂寞美少年 2024-10-03 06:09:11

您查看过应用程序事件日志吗?未处理的 .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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文