One of my application(C# Forms) on development has one strange behavior during execution. There was no problem when i run it in debug mode from the IDE.
But as I start the executable it crash at a particular point. >From debug :Access violation reading location 0x4e55210c. It happens during the execution of a third party control (activex com in native code) . As It works in debug mode i guess the issue is with some settings. The fact is that I solved the same issue once by some project settings and sorry I forget it now. Any one came across same experience or understand this behavior? also I already set. <system.windows.forms jitDebugging="true" /> -- Santhosh V http://techplex.wordpress.com
