SQL Azure + Getting an error 'There is already an open DataReader associated with this Command..', even after setting ‘MultipleActiveResultSets=True’

前端 未结 6 1031
南旧
南旧 2021-02-05 03:57

We are facing some issues with the deployed version of our application on cloud.

Our application is an ASP.NET MVC 3 project with ADO .NET Entity Framework.

Acco

6条回答
  •  花落未央
    2021-02-05 04:29

    i have the same problem, but i solved MultipleActiveResultSets=True in the connection string from Publish assistant, as irium

提交回复
热议问题