Visual Web Developer 2008 Express 想要 SQL Server 2005 而不是 2008?
当我双击 Visual Web Developer 2008 上的 mdf 文件 (NerdDinner.mdf) 时,它显示:
与 SQL Server 文件 (*.mdf) 的连接需要 SQL Server Express 2005 才能正常运行。 请验证组件的安装或从以下 URL 下载:http://go.microsoft.com/fwlink/?LinkId=49251
URL 当然指向 SQL Server Express 2008。我已安装并运行该版本。 有什么想法为什么我会收到该消息吗?
When I double click on an mdf file on Visual Web Developer 2008 (NerdDinner.mdf) it says:
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
The URL of course points to SQL Server Express 2008. I have that one installed and running. Any ideas why am I getting that message?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能使用自定义设置安装了 Visual Web Developer 2008 Express,并跳过了数据库部分。
Visual Web Developer 2008 Express 最初随 SQL Server Express 2005 一起提供。
当时,SQL Server Express 2008 尚未准备就绪。
不必担心错误消息,只需安装 SQL Server Express 2008 即可。
You probably installed Visual Web Developer 2008 Express with custom settings and skipped the database part.
Visual Web Developer 2008 Express was originally shipped with SQL Server Express 2005.
At the time, SQL Server Express 2008 wasn't ready yet.
Don't worry about the error message and just install SQL Server Express 2008.
据我所知,Visual Studio 的 Service Pack 1 中添加了对 SQL Server 2008 的支持。
您可以在此处下载它。
As far as i know support for SQL Server 2008 was added in Service Pack 1 for Visual Studio.
You can download it here.