I\'m encountering problems with my .NET Framework 3.0 SP1 application. It is a C# winforms application communicating with a COM exe. Randomly either the winforms app or the
I had the same behavior when created GCHandle from IntPtr which was pointing not to a managed object.