I had a strange problem with my program. I am developing a windows application. When I debug it through Visual Studio (F5), it works perfectly correctly, but when I run its executable file, it crashes and gives me a "Unhandled exception like" System.ObjectDisposedException "occurred in mscorlib.dll".
I tried to set the top level (according to my external function) try / catch to catch this exception, but the program crashes anyway. What am I missing here?
I did not download the code because I had to download all the code for you to find out where the problem is.
armin
source share