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

前端 未结 6 1058
南旧
南旧 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:20

    Try assigning MultipleActiveResultSets in code. Is it not read or is is not working?

    SqlConnectionStringBuilder.MultipleActiveResultSets

提交回复
热议问题