I have a new .NET 4.0 console application that uses:
So far
Kindly complete the scope.
The Complete method commits the transaction. If an exception has been thrown, Complete is not called and the transaction is rolled back.
The Complete method commits the transaction. If an exception has been thrown,
Complete is not called and the transaction is rolled back.
scope.Complete();
See MSDN.