E
exe
Hi,
I'm using TransactionScope to do a serie Insert, Update, Delete operations
with the ExecuteNonQuery and some Selects with ExecuteScalar everything works
fine with multiple connections in the same scope.
Problem is that when i do two Selects with ExecuteReader (to fill datasets)
it shows the folowing error:
disabled. Please enable DTC for network access in the security configuration
for MSDTC using the Component Services Administrative tool.
transactions.
Im'm working with SQL2005 and .net3.5
I'm using TransactionScope to do a serie Insert, Update, Delete operations
with the ExecuteNonQuery and some Selects with ExecuteScalar everything works
fine with multiple connections in the same scope.
Problem is that when i do two Selects with ExecuteReader (to fill datasets)
it shows the folowing error:
Network access for Distributed Transaction Manager (MSDTC) has beenException:
disabled. Please enable DTC for network access in the security configuration
for MSDTC using the Component Services Administrative tool.
The transaction manager has disabled its support for remote/networkInnerException:
transactions.
Im'm working with SQL2005 and .net3.5