Problem with COM+ component in VB (&H80004005 )
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
Re: Problem with COM+ component in VB (&H80004005 )
I sometimes have the same problem with my projectgroup, not always. I'm running against a VSS (Visual Source Safe) database on a remote server in a different domain. When I disconnect from the remote VSS database the error dissapears. Then I can reconnect to VSS and debug the application again. I don't know why.
Re: Problem with COM+ component in VB (&H80004005 )
By VSS do you mean Visual Source Safe?
Re: Problem with COM+ component in VB (&H80004005 )
Hi guys,
I had the exact same problem trying to debug my ActiveX app. I began after I switched from one domain to another with my company. If found the link below but did not need to follow all the items listed. Instead I used the vbs script to disable the directory service lookup and started my VB6 ActiveX project to debug. Once I was sure that I was not going to get the “System Error &H80004005 Unspecified error" error, I reran the vbs script and re-enable the service lookup. So far I’ve not had any problems. Good luck.
http://www.talkaboutsoftware.com/gro...ges/10784.html