Entity Framework v2 doesn#39;t support sql 2000?(Entity Framework v2 不支持 sql 2000?)
问题描述
我今天安装了 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?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Entity Framework v2 不支持 sql 2000?


基础教程推荐
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01