Using vb.net 2008. I am trying to use TransactionScope but when I put "Imports System.Transactions" at the top of my module it is not taking it. Do I need to do some setting or something?
+2
A:
you need to add a reference to System.Transactions, right click on the project in solution explorer and select Add Reference.
Preet Sangha
2010-10-12 12:33:46