
4.01.2002
Debugging COM+ Components
Not really .NET issue, but seems to come up a lot.
MSDN article
VC debugger, set the following:
- startup process = dllhost.exe
- command arguments = /ProcessID:{componentAppID}
Comments:
Post a Comment