I am using Visual Studio 2010/.net 4.
I want to do something inside ‘TransactionScope’ BUT I dont have System.Transaction support!!
Does anyone know whats wrong here??
I am using Visual Studio 2010/.net 4. I want to do something inside ‘TransactionScope’
Share
Have you added the System.Transactions reference to your project?
(Right click the References folder -> Add Reference)