配置 SQL Server 2005 时 Visual Studio 构建失败
我试图在 Visual Studio 2005 中构建一个安装项目,但每次打开标有 Microsoft SQL Server 2005 Tools
的对话框并配置几分钟后都会失败。然后,Microsoft SQL Server 2005 工具
对话框将启动一个对话框,其中包含文本创建本地组 SQLServer2005NotificationServices$COMPUTER_NAME 失败
。我怀疑这个失败是因为我当前不是我的机器上的本地管理员(我希望这种情况能够迅速纠正),但我不明白为什么我需要配置 MS SQL 2005,因为我的项目不使用它,事实上没有数据库连接。我怎样才能通过这一步来成功构建?
相关:
更新: 恢复了我的管理员,但这仍然占用时间来运行,我仍然想摆脱它。
I'm trying to build a setup project in Visual Studio 2005, and it is failing every time, after opening a dialog box labeled Microsoft SQL Server 2005 Tools
and configuring for a few minutes. The Microsoft SQL Server 2005 Tools
dialog then launches a dialog with the text Failure creating local group SQLServer2005NotificationServices$COMPUTER_NAME
. I suspect this failure is because I'm not currently local admin on my machine (a situation I hope will be rectified rapidly), but I don't see why I need to configure MS SQL 2005, as my project does not use it, and in fact has no DB connectivity. How can I get past this step to a successful build?
Related:
- Visual studio configures SQL 2008 on every build
- Visual Studio Setup and Deployment build fails with no errors
Update: Got my admin back, but this is still taking up time to run, and I'd still like to be rid of it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 Microsoft Connect 上找到了相关内容。似乎这是一个错误。在回复中,他们链接到一篇知识库文章,其中包含一些解决方法。
I found something about it on Microsoft Connect. Seems like it's a bug. In the reply they linked to a knowledge base article with some workarounds.