i want to add transactionscope class in vs 2010. where can i find it? in which namespace. according to msdn there is a system.transaction but there is not? is it extenal?
+1
A:
You need to add reference to the System.Transactions.dll
assembly in your project and the TransactionScope class is located in the System.Transactions
namespace.
Darin Dimitrov
2010-08-17 07:04:45