ContextManager & TransactionScope?ContextManager & TransactionScope?
Old forum URL: forums.lhotka.net/forums/t/4809.aspx
ajj3085 posted on Tuesday, May 06, 2008
I seem to be missing something. I'm trying to use both ContextManager and TransactionScope transactions. I get an error when the transaction tries to commit, because the ContextManager has already closed the connection.
Any ideas?
Thanks
Andy
ajj3085 replied on Tuesday, May 06, 2008
Hm.. this may be that I forgot to call SubmitChanges, but I'm having other issues now. I'll post back when I know for sure.
ajj3085 replied on Tuesday, May 06, 2008
Nevermind, this is due to a bug in my own code.
Copyright (c) Marimer LLC