
Signature
Thanks in advance,
Juan Dent, M.Sc.
Hi
If you are running the ServicedComponent as a COM+ server app, it will
running in the dllhost.exe, another process different from the client
process.
To debugging the SC, you can attach to the process when the dllhost is
lauched, and then call into the SC from client, the debugger will stop if
there is any breakpoint hit in the SC or exception occur.
Also from the KB below.
While debugging, a transaction may time out before it is committed or
aborted. To avoid a timeout, use a timeout property on the transaction
attribute. In the following example, the associated method has 1,200
seconds to complete any transaction before it times out:
[Transaction(TransactionOption::Required,Timeout=1200)]
How to use COM+ transactions in a Visual C++ .NET component (815814)
http://support.microsoft.com/default.aspx?scid=KB;EN-US;815814
You may have a check.
Best regards,
Peter Huang
Microsoft Online Partner Support

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.