[Solved] C# VS2010 Express: Program runs in IDE, but not as exe, why? [closed]


How are you trying to execute the program, outside of the IDE? If you are copying the file to a new location, it’s possible there are dependencies on other DLLs which need to be copied along with it.

Check the Windows Event Log. It should have exception information when your program fails to launch. Include those details in your description.

2

solved C# VS2010 Express: Program runs in IDE, but not as exe, why? [closed]