debugging - WinForm application doesn't start outside Visual Studio 2010 -


I have a WinForm application written with VS 2008 and .NET 3.5. This app runs well from Visual Studio 2008 and above (when VS 2008 is disconnected, simply double click on XE boot).

I decided in the morning to migrate everything to update VS2010 and .NET 4 (target structure). Everything compiled and runs from application VS-2010 (click on the play button - in debug as well as in release). However, when I try to launch an application from Explorer.XA, I think "Blabala has stopped working ... windows are being examined ...".

How can I debug such issues?

Thank you!

Because it is not started, check that the required library (.dll) PATH in the directory. If you can not tell, open the CMD prompt, cd to the DLL directory, c: \ fullpath \ to \ myprogram and see if it will start. If so, then it is just that DLL is not available.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -