How do I debug a component services written in .Net?
I tried [assembly: Debuggable(true, true)] in assemblyInfo.cs but that
didn;t do anything.

Signature
Arne Garvander
Certified .Net Geek
Professional Data Dude
Daniel Carbajal [MVP] - 06 Jul 2007 06:00 GMT
Perhaps your component is running out of process, in this case all you need
to do is attach the dllhost process corresponding to your serviced component
in the VS IDE.
Regards,
Daniel.
> How do I debug a component services written in .Net?
> I tried [assembly: Debuggable(true, true)] in assemblyInfo.cs but that
> didn;t do anything.