COM+ call to MultiThread can only create 3 STA Thread ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Back
Top