会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
自由、创新、研究、探索
.NET CloudNative Development/dotnet云原生应用开发
博客园
首页
新随笔
联系
订阅
管理
2009年5月12日
LINQ: There is already an open DataReader associated with this Command which must be closed first
摘要: 在Linq to SQL和Entity Framework,使用Linq查询数据的时候会出现错误:There is already an open DataReader associated with this Command which must be closed first 。解决方案:在数据库连接串上添加MultipleActiveResultSets=true。
阅读全文
posted @ 2009-05-12 12:44 张善友
阅读(3880)
评论(3)
推荐(0)
编辑
公告