Click to See Complete Forum and Search --> : COM+ call to MultiThread can only create 3 STA threads ?


dwu
July 15th, 2005, 01:16 PM
I have a STA Multithreaded dll, which is called by a VB COM DLL, and this VB
DLL is called by a COM+ dll. During the debug testing in VC++, I found only 3
STA thread can be created. However, when I tested the STA Multithreaded dll
using VB form and it work fine and can create many threads you want. By the
way this COM+ is a VB DLL

dwu
July 15th, 2005, 02:26 PM
My mistake. I have set the default thread number to be 3.