MS Enterprise Library vs. TransactionManager

D

Dominik Amon

hello,

We are using Microsoft Enterprise Library
(http://msdn.microsoft.com/library/?url=/library/en-us/dnpag2/html/EntLib2.asp)

The problem is, using this lib causes the connection to use the ms
transaction manager when connecting to a sqlserver2000 database (that
doesn't happen, when connecting to sqlserver2005)

Using the transaction manager is blocked for security reasons, therefore we
get this error message:
"Der Partner-Transaktions-Manager hat die Unterstützung für
Remote-/Netzwerktransaktionen deaktiviert. (Ausnahme von HRESULT:
0x8004D025)"

This means something like: "the partner transaction manager has deactivated
the support for remote/networktransaction. Exception HRESULT: 0x8004D025)"

How can i change the Enterprise Lib, that this lib doesn't use the
transaction manager?

thanks,
dominik
 
Top