I have a C# .NET component that is being called from a COM out-of-process ActiveX exe.
I can start the debugger in Visual Studio 2005 running on my COM exe which calls my .NET component. Breakpoints work but breaking on an unhandled "Object reference set" exception does not. I have tried the following to no avail:
- have checked all the CLR exceptions in the VS Exceptions dialog
- enabled "Break when exceptions cross AppDomain or managed/native boundaries"
- enabled unmanaged code debugging on my projecy
- disabled "Just My Code" debugging