Open GoogleCodeExporter opened 9 years ago
I'm sure you wanted to posth this issue to
http://code.google.com/p/subsonicthree/issues/list ;-)
Anyway, I think you have to wrap the TransactionScope around the
SharedDbConnectionScope.
To explicitly force a new Transaction you can add the RequireNew option:
using (TransactionScope ts = new
TransactionScope(TransactionScopeOption.RequiresNew))
{
}
Original comment by j.steinblock@gmail.com
on 4 Jun 2009 at 6:10
Thanks I will post this issue in that project.
Anyway, now I know the source code is available so I may change and recompile
in the
mean-time.
Original comment by duarte.leao
on 4 Jun 2009 at 12:31
Original issue reported on code.google.com by
duarte.leao
on 2 Jun 2009 at 12:12