I have a C # .NET component that is being called from an EXE exe outside the Process process.
I can run the debugger in Visual Studio 2005, running on my COM exe, which calls my .NET component. The exception is the control points, but the gap on the unprocessed "Original set of objects" excludes. I tried the following to no avail:
- checked all CLR exceptions in the VS Exceptions dialog box
- enabled "Break if exceptions intersect with AppDomain or managed / native borders"
- unmanaged code debugging is enabled in my project program
- debugging "Just My Code" is disabled
tukushan
source share