Home Page › Forums › BizTalk 2004 – BizTalk 2010 › COM+ Error when Deploying Application › Re: COM+ Error when Deploying Application
Hi,
But in my case both are 64bit.
I have a solution for this.
a)
Stop the Distributed Transaction Coordinator service
b)
Open Add/Remove Programs -> Add/Remove Windows Components -> Select
Application Server then click the Details button. Uncheck "Enable network DTC
access". Click OK
through rest of Wizard; even if that check box is
unchecked.
c)
Open and command window and type: msdtc -uninstall. Hit Enter.
d) In
the registry, remove the following keys (if they still
exist):
HKEY_CLASSES_ROOT\CID
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\MSDTC
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\MSDTC
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC
e) Reboot the
Server
f)
Open a command window and type: msdtc -install. Hit Enter.
g) Go
through Add/Remove Programs -> Add/Remove Windows Components -> Select
Application Server then click the Details button. Check "Enable network DTC
access"
if
needed (see note below). Click OK through rest of the
Wizard.
Note:
Step f) only re-populates the HKLM\Software\Microsoft\MSDTC\Security folder.
You
must complete step g) above to populate the rest of the registry keys, like
HKLM\Software\Microsoft\MSDTC\MTXOCI, HKLM\Software\Microsoft\MSDTC\Setup and
HKLM\Software\Microsoft\MSDTC\XADLL. You can go through step g) above without
checking Enable Network DTC Access, but you must click Next…Next…etc to go
through the Add/Remove Components
Wizard.