Comments
3 comments
-
The most common reason for an issue with COM+ service is adequate permission since the service will usually run with very different permission to that of a logged in user. Is this service targetted for .Net 4 (or higher). If so, I would advise using the 'attach to process' method of profiling first.
-
The COM+ application is running under an administrative account which happens to be the same as the logged in user in this case. Funny you mention .NET 4; it is targeted for that but when I attempted to attach, the dllhost.exe (process that the COM+ application runs as), it is grayed out and unelectable.
-
Often- its not enough to be an admin account, you still need to (right-click) run as administrator before UAC allows full permissions. That's the only reason I can think of right now why it might be greyed out.
That COM+ doesn't work in other modes seems to be a fundamental bug which I have reported.
Add comment
Please sign in to leave a comment.
Any ideas?
Thanks.