Entity Framework v2 不支持 sql 2000?

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

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
how do i pass parameters to aspnet reportviewer(如何将参数传递给aspnet report查看器)
Bind multiple parameters from route and body to a model in ASP.NET Core(在ASP.NET Core中将路由和主体中的多个参数绑定到一个模型)
Custom model binding in AspNet Core WebApi?(AspNet Core WebApi中的自定义模型绑定?)
How to minify in .net core mvc view?(如何在.Net核心MVC视图中缩小?)