Hi,
I have my .NET Assembles hosted in COM+.
I am using threading within one of my serviced components. When I try to
call the Start() on the
thread, the app goes into a hanging mode and does not return.
Do I need to set some Threading Model or something like that anywhere ? COM+
shows the class as
Any Apartment. I tried setting the Apartment state on the Thread to STA, MTA
and Unknown but still
the app hung.
Any help would be appreciated,
Vikram
Slava Gurevich - 29 Aug 2003 20:34 GMT
Let COM+ manage threading, or manage threads manually, but not both.
Slava Gurevich
>Hi,
>
[quoted text clipped - 11 lines]
>Any help would be appreciated,
>Vikram