问题描述
我今天安装了 Visual Studio 2010 的 beta 2.我去测试了新的实体框架的东西(看看我在 v1 中的问题"是否得到修复.).
I installed the beta 2 of Visual Studio 2010 today. I went to test out the new entity framework stuff (to see if my "issues" from v1 were fixed.).
我开始添加一个新的连接字符串,但是当我输入我的 sql 2000 信息时,它说不支持此服务器版本.您必须拥有 Microsoft sql server 2005 或更高版本.".他们是否在实体框架 v2 中放弃了对 Sql Server 2000 的支持???
I started adding a new connection string, but when i put in my information for sql 2000 it said "this server version is not supported. you must have Microsoft sql server 2005 or later.". Did they drop support for Sql Server 2000 in v2 of the entity framework???
推荐答案
向微软提交了支持电话,他们回复了:
Submitted a support call to microsoft and they responded:
Entity Framework v2 不支持 sql 2000
这里有回应:
感谢您发布此错误.不幸的是,在这种情况下,我们决定不再支持 SQL Server 2000.
Thank you for posting this bug. Unfortunately, a business decision was made to no longer support SQL Server 2000 in this scenario.
所以 .net 4.0 中的实体框架 v2 中不支持 sql 2000
So no support for sql 2000 in entity framework v2 in .net 4.0
这篇关于Entity Framework v2 不支持 sql 2000?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!