This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I'm currently attempting to track down a leak in a C++ service that loads VB6 modules that load .NET libraries using windbg, and as of now, feel like I'm so close to the answer, but can't seem to lock it in. Starting with !heap -s, I identify the heap in [...] read more
i'm trying do make a custom proxy using Reflection Emit (IL Code). Everything is working fine, but when i call a second method i always get no result and i get an execption trying to unbox a null value (NullReferenceException). Here is the IL Code Generated dynamically using Emit. (I've [...] read more