简体   繁体   English

“此版本不受支持。 仅支持微软sql server 2005以外的服务器“

[英]“This version is not supported. only servers up to microsoft sql server 2005 are supported”

justI'm getting this error message when trying to add a new connection in VS 2008 Server Explorer. 我试图在VS 2008 Server Explorer中添加新连接时收到此错误消息。 Unfortunately I'm working in a PC that my client company gave me, and I need to ask permissions to install new software there. 不幸的是,我在我的客户公司给我的PC上工作,我需要请求权限在那里安装新软件。 This PC has VS 2008 and a pretty old Sql Server version(2000 for what I can see). 这台PC有VS 2008和一个非常古老的Sql Server版本(我可以看到2000)。 I used to think VS doesnt need an additional SQLServer install just to connect, but I guess I was wrong...I want to develop an app that connects to SQL Server 2008, and after testing connection it prompts the error mentioned above. 我曾经认为VS不需要额外的SQLServer安装来连接,但我想我错了...我想开发一个连接到SQL Server 2008的应用程序,并且在测试连接后它会提示上面提到的错误。 Is there a way to connect succesfully without installing a newer Sql Server version on my side? 有没有办法连接成功而无需在我这边安装更新的Sql Server版本? Please, if there is no way to do it, just answer no and let me know, thanks in advance. 如果没有办法,请回答不,让我知道,提前谢谢。

As Visual Studio 2008 was released before SQL Server 2008, the development environment database tools were coded without knowing about SQL Server 2008. 由于Visual Studio 2008是在SQL Server 2008之前发布的,因此编译开发环境数据库工具时不知道SQL Server 2008。

However, since these versions of Visual Studio were released before SQL Server 2008, the design-time tools cannot interact with SQL Server 2008 - even though it is possible to programmatically access the data in a SQL Server 2008 database from applications written with Visual Studio 2008 or 2005 但是,由于Visual Studio的这些版本是在SQL Server 2008之前发布的,因此设计时工具无法与SQL Server 2008交互 - 即使可以通过Visual Studio 2008编写的应用程序以编程方式访问SQL Server 2008数据库中的数据或2005年

Source: Connecting to Microsoft SQL Server 2008 from Microsoft Visual Studio 2005 and 2008 来源: 从Microsoft Visual Studio 2005和2008连接到Microsoft SQL Server 2008

Luckily, Microsoft did release a patch for both Visual Studio 2005 and Visual Studio 2008, which is also referenced in the article (to save you reading the whole thing, for Visual Studio 2008, you need to install Visual Studio 2008 Service Pack 1) 幸运的是,微软确实发布了Visual Studio 2005和Visual Studio 2008的补丁,该文章中也引用了该补丁(为了节省您的全部内容,对于Visual Studio 2008,您需要安装Visual Studio 2008 Service Pack 1)

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 不支持此服务器版本。 仅支持Microsoft SQL Server 2005以下的服务器 - This server version is not supported. Only servers up to Microsoft SQL Server 2005 are supported 如何解决错误“不支持此服务器版本。 仅支持Microsoft SQL Server 2008之前的服务器'? - How to fix the error 'This server version is not supported. only servers up to microsoft sql server 2008 are supported'? “不支持此服务器版本。在Visual Studio 2008中仅支持Microsoft SQL Server 2005”无法连接到SQL Server 2008 R2 - “This server version is not supported.Only Up To Microsoft SQL server 2005 are supported” in Visual Studio 2008 Cannot Connect to SQL server 2008 R2 Microsoft SQL Server Express:不再支持此版本的安装程序 - Microsoft SQL Server Express: this version of the installer is no longer supported 不支持SQL Server表值参数列。 类型是'对象' - SQL Server Table Valued Parameter column is not supported. The type is 'Object' 不支援sql server版本(11.0) - sql server version (11.0) is not supported 不支持SQL Server版本10错误 - SQL server version 10 is not supported Error SSMS“此版本的 SQL 服务器不支持 Windows 登录” - SSMS "Windows logins are not supported in this version of SQL Server" 此版本的SQL Server - SQL Azure不支持语句'SELECT INTO' - Statement 'SELECT INTO' is not supported in this version of SQL Server - SQL Azure 此版本的 SQL Server 不支持对数据库和/或服务器名称的引用 - Reference to database and/or server name is not supported in this version of SQL Server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM