连接到SQL Server数据库文件需要SQL Server 2005 Express或SQL Server 2008 asp net

时间:2022-11-06 15:52:57

I am using Windows 8.1 64 bit, Visual Studio 2012 and SQL Server 2012. When I try to add a SQL Server database to the mvc solution in Visual Studio, it gives me following error:

我使用的是Windows 8.1 64位,Visual Studio 2012和SQL Server 2012.当我尝试将SQL Server数据库添加到Visual Studio中的mvc解决方案时,它会出现以下错误:

Connection to sql server database files require sql server 2005 express or sql server 2008 asp net

连接到sql server数据库文件需要sql server 2005 express或sql server 2008 asp net

Any thoughts?

1 个解决方案

#1


1  

On 64-bit systems this error can be caused by 32/64 bit mismatch between Visual Studio and SQL Server Express. Microsoft published a fix regarding this issue, hope it helps:

在64位系统上,此错误可能是由Visual Studio和SQL Server Express之间的32/64位不匹配引起的。 Microsoft发布了有关此问题的修复程序,希望它有所帮助:

http://support.microsoft.com/kb/957944

#1


1  

On 64-bit systems this error can be caused by 32/64 bit mismatch between Visual Studio and SQL Server Express. Microsoft published a fix regarding this issue, hope it helps:

在64位系统上,此错误可能是由Visual Studio和SQL Server Express之间的32/64位不匹配引起的。 Microsoft发布了有关此问题的修复程序,希望它有所帮助:

http://support.microsoft.com/kb/957944