COM+

ollieollie Posts: 7
I am having trouble profiling a COM+ service, nothing is displaying in the profiler, no dll methods or properties.

The COM+ component is a service component and is a debug build version, the PDB is with the dll - I am testing from a C# console test harness.

The only thing I could think it might be is the code access security that is applied to class and interface methods in the COM+ component. Would CAS prevent the profiler from working correctly?

Comments

This discussion has been closed.