views:

7

answers:

1

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.

alt text

Preet Sangha