Does playing a Program from VS2005 cause a program to work any different than the .exe file?

Posted by Bryan on Stack Overflow See other posts from Stack Overflow or by Bryan
Published on 2010-04-06T20:24:05Z Indexed on 2010/04/06 20:33 UTC
Read the original article Hit count: 195

Filed under:
|

There is a program where I work that works fine when running the .exe file but works differently from expected when opened in VS2005 and played from there. I am therefore asking on here if anyone knows of anything that would work in the .exe file but not the debug from VS? I am not able to post the code for the buttons I'm talking about but I'll try to explain the best I can.

There is a receiver hooked up to the computer. When the button is pressed on the program, it shows a message and waits for a signal to be received. After the signal is heard the first message box is supposed to close and another is supposed to open. When using the .exe file this happens just fine. However when playing from the program from VS2005 (the same one from which the .exe was made) the second message doesn't come up when it is supposed to and when I can make it come up, the first box doesn't close. There is also a timer involved if that helps.

Also, is there a fundamental difference between how the two operate when executing the program?

If I need to make anything more clear or give more details please let me know.

© Stack Overflow or respective owner

Related posts about vs2005

Related posts about c#