Can not start C# application without VS2005
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello I have a C# application that uses several Libraries (Crystal ...). The application always runs well. Since a few days I focus the problem, that I can start my application only with the debugger (the Debug and the Release version). If I start the *.exe directly, the application crashes ... Most times an 'Out Of Memory' exception occurs. I added some debugging output and I see, that I enter the Main() but then it crashes ... The application also crashes, if I take an old (former running) *.exe file. Do you have any hint how I could handle it? Thanks and best regards, Martin