无法在 VS2008 中加载数据库项目
我有一个无法在 VS2008 中加载的数据库项目,并且我的计算机上安装了 SQL Server 2008 Express 版本。
当我尝试加载时,我收到以下错误消息
数据库项目需要连接 到 Microsoft SQL 的本地实例 设计时使用 Server 2005 验证。 要执行此操作, 您必须打开“工具”菜单,单击 选项并指定 SQL 实例 正在运行的 Server 2005 您可以在数据库中连接 工具、设计时验证数据库 属性页。 当这一点得到纠正时, 然后您必须刷新或重新加载 数据库项目。
有任何建议/更新来解决这个问题吗?
I have Database project which I'm unable to load in VS2008 and I have SQL Server 2008 Express edition installed on my machine..
I get following error message, when I try to load
Database projects require a connection
to a local instance of Microsoft SQL
Server 2005 for design-time
validation. To perform this operation,
you must open the Tools menu, click
Options and specify an instance of SQL
Server 2005 that is running and to
which you can connect in the Database
Tools, Design-time Validation Database
property page. When that is corrected,
you must then refresh or reload the
database project.
Any suggestions/update to solve this issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我知道这是一个旧线程,但是......
你能让这个组合工作吗? Visual Studio 2008 与 SQL Server Express 2008? 我遇到了同样的问题,无论我在“工具”->“选项”->“数据库工具”框中的实例字段中输入什么,它都说我没有输入它们。
从我在互联网上找到的信息来看,一切都表明只要安装了 SP1,SQL Server Express 2008 就应该可以与 Visual Studio 2008 一起使用。 我尝试重新安装 SP1,但收到相同的错误 - “未指定实例”。
因此,我下载并安装了 SQL Express 2005 x64 并指定了新的实例名称 SQLEXPRESS2005。 然后我将其插入 Visual Studio 2008 的设置中,它立即开始工作。
I know this is an old thread, but...
Were you able to get this combination working? Visual Studio 2008 with SQL Server Express 2008? I had the same issue that no matter what I entered into the instance fields in the Tools->Options->Database Tools boxes, it said I did not have them entered.
From what I could find on the interwebs, everything indicated that SQL Server Express 2008 should work with Visual Studio 2008 as long as you have the SP1 installed. I tried reinstalling SP1, but received the same error - "no instance specified".
So I downloaded and installed SQL Express 2005 x64 and specified a new instance name, SQLEXPRESS2005. Then I plugged that into Visual Studio 2008's settings and it worked right away.