I've got a problem with some COM+ components during development. I'm using VB6 (SP5) under WinXP (SP1).

Ok, here's how to make the problem appear:
1) Create a new project (EXE)
2) Add another program (ActiveX DLL)
3) Set the MTSTransactionMode for Class1 to anything but NotAnMTSObject.

Run the project group in VB. Wham! "System Error (&H80004005)" before the project even starts up. Compiling seems to work fine, and the compiled components also seem to work when registering them in COM+.

I've checked MSDN with no luck. Have anyone else seen this? In any case, is there a proper procedure to report this problem to MS?

--Anders