sql-server-2005 – 无法在Vista x64上从Visual Studio 2008 SP1连接SQL Server实例

我安装在Vista x64机器Visual Studio 2008 SP1(安装包中集成了sql)上,当我尝试将MDF文件添加到项目或使用Web时的App_Data时,我收到以下消息:
Connections to sql Server Files (*.mdf) require sql Server Express 2005 to function properly.  Please verify the installation of the component or download from the URl: http:go.microsoft.com/fwlink/?linkID=49251.

只是为了确保:安装了sql 2005 express并通过SSMS连接到它.

更新:
我90%肯定这是微软机器的微软错误.

解决方法

您确定安装了sql Server 2005吗?尝试检查您的程序文件文件夹.
C:\Program Files\Microsoft sql Server

版本(子文件夹):

> 80 = sql Server 2000
> 90 = sql Server 2005
> 100 = sql Server 2008

还要检查是否安装了“sql Server(sqlEXPRESS)”服务(在services.msc中 – “Windows服务”面板).

相关文章

SELECT a.*,b.dp_name,c.pa_name,fm_name=(CASE WHEN a.fm_n...
if not exists(select name from syscolumns where name=&am...
select a.*,pano=a.pa_no,b.pa_name,f.dp_name,e.fw_state_n...
要在 SQL Server 2019 中设置定时自动重启,可以使用 Window...
您收到的错误消息表明数据库 'EastRiver' 的...
首先我需要查询出需要使用SQL Server Profiler跟踪的数据库标...