Re: [ADVANCED-DOTNET] ThreadPool and COM+

2003-10-06 Thread Duane Pressley
will work when attempting to interact with COM+ Classes on a ThreadPool Thread? Ed thanks for the reply! - Original Message - From: "Ed Stegman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 03, 2003 4:20 AM Subject: Re: [ADVANCED-DOTNET] ThreadPool

Re: [ADVANCED-DOTNET] ThreadPool and COM+

2003-10-03 Thread Ed Stegman
>>3) Is there some security or thread related issue here that I'm just not >> seeing? And does this underlying issue explain why things work during >> Debug and fail when not running under an IDE managed thread? Yes, because the debugger runs your code in an STA. You'll need to run your ASP.N

[ADVANCED-DOTNET] ThreadPool and COM+

2003-10-02 Thread Duane Pressley
I'm looking for someone to help me make sense of the results I'm observing when using the ThreadPool class in a COM-Interop scenario. Here's the set up: 1) A classic ASP page instantiates and calls MethodA on COM+ Class (C1). 2) MethodA of COM+ class (C1) instantiates and calls MethodB of .NET cl