Im sure this is so basic question but i can't found any solution on google neither here.
when im trying to use that code block it throws an exception that 'System.Activities.Statements.TransactionScope': type used in a using statement must be implicitly convertible to 'System.IDisposable'
using (TransactionScope trans = new TransactionScope())
{
}
Simply, i want to use TransactionScope in Linq code.
Thanks, Regards