Groups | Blog | Home
all groups > dotnet component services > january 2005 >

dotnet component services : Thread.Start fails for COM+ component


Steve Letford
1/9/2005 3:26:38 PM
Hi,
I've debugged and tested my long running process and it works until I
install it under COM+. It starts the process on a different thread and
retuns a message to the user stating that the process has started.

The object is called via a web service.

Are there any tricks to this?

The code is very simple and if I just call the process instead of doing a
Thread.Start under COM+ it all works OK.

ThreadStart myThreadDelegate = new ThreadStart(RunTheExtract);
Thread myThread = new Thread(myThreadDelegate);
myThread.Start();


Appreciate any help.

Steve

Victorys
2/17/2005 5:45:20 AM
Hello Steve

Have you find solution for your problem? I have very similar situation.

Thanks forvard
Victor
AddThis Social Bookmark Button