Reputation: 2658
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
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
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