I am trying to use TransactionScope, but keep getting the exception below. The app is running on a different machine than the database, if that matters. I
TransactionScope
I had the same problem running integration tests.
I posted a question about this here
but eventually I found a way around it. Although, I wouldn't recommend doing that for production code. I was doing it within the context of testing.