schar
schar

Reputation: 2658

A program does not work on one of the vmware servers

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]

Upvotes: 1

Views: 99

Answers (2)

JakeRobinson
JakeRobinson

Reputation: 298

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

Upvotes: 1

FacticiusVir
FacticiusVir

Reputation: 2077

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.

Upvotes: 1

Related Questions