English 中文(简体)
实体框架 v2 是否支持2000年。
原标题:Entity Framework v2 doesn t support sql 2000?
  • 时间:2009-10-21 12:52:55
  •  标签:

我今天安装了2010年视觉演播室2号灯塔。 我接着测试了新的实体框架(看看我从零到零一的“问题”是否固定)。

我开始增加一个新的连接线,但是,如果我在2000年版信息中说,“这一服务器版本没有得到支持。 您必须拥有2005年或以后的Microsoft sql服务器”。 它们在实体框架的正文中是否放弃了对Sql服务器2000的支持?

最佳回答
问题回答

如果你产生2008年全球抽样调查模式,然后将该项目转换到2010年全球抽样调查,并将目标框架改为4.0?

Actually EF 4.0 supports SQL Server 2000. It s the Database Explorer in Visual Studio 2010 that does not support SQL Server 2000. To work around this, don t use the Database Explorer. Instead just create an Empty model then overwrite the connection string in the config file with your SQL Server 2000 connection string. Then you can use Update Model From Database in the EF designer to add your objects.

很希望,这只是因为文件仍然说2000年得到了支持。 http://msdn.microsoft.com/en-us/library/bb896309(VS.100)。aspx

您不妨将其提交联系(见FEEDBACK,《视觉图解》。

——增加——我只想确认,在你指向一个具体数据库时,EDM的麻烦就是这种情况。 真的?

Julie Lerman

It s not just EF that doesn t support SQL Server 2000. In Visual Studio 2010 Beta 2 the Server Explorer won t even let you add a data connection to SQL Server 2000.

奇怪的是,我使用SqlClient的《国家发展框架》第1.1条,在进入《国家发展框架》第4条时,仍然只是罚款。

我只能希望,他们到生活的时候,会给MSSQ2k提供支持。





相关问题
热门标签