Saturday, March 9, 2019

InvalidOperationException: The connection does not support MultipleActiveResultSets.

When you see this error, the compiler must know that your async/await stuff is jacked as best as I can tell.

 
 

Addendum 3/12/2019: The problem for me was calling some async stuff before an Entity Framework 6 transaction which needed to be moved into the transaction.

No comments:

Post a Comment