Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Application crash after deploying with measurement studio 9

I have simple application that pull data from a serial port and display several curves on 4 stripchart controls. This application works perfectlly when running visual studio. I build setup project to deploy the application to my customers. After I install this application on a PC it runs about 500 sec and then crashes. How can I diagnosticate the problem?

 

Cheers

Nikolai 

0 Kudos
Message 1 of 2
(3,420 Views)
Hello Nikolai

 

form what you have written in your post it is quite hard to determine what the reason is for the crash.

I guess you deploy the application to another computer not to your Developement System.

I found a Knowledgebase on MSDN explaining how remote Debugging on compiled Visual Studio Executable works:

 

http://msdn.microsoft.com/en-us/library/bt727f1t(VS.71).aspx

 

I hope that you can find the cause for the problem with remote Debugging.

My guess would be a missing driver.

 

Regards
0 Kudos
Message 2 of 2
(3,372 Views)