安装项目vs2010
每次我在 vs2010 上构建设置项目时,它都会启动 sql manager 2008 进程一段时间并构建。该过程需要几分钟。
2008年它没有这样做 有什么想法为什么? G
every time i do build to setup project on vs2010 its starts sql manager 2008 process for a while and build. the process takes couple of minutes.
in 2008 it did not do that
any thoughts why ?
G
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有“答案”。但我有一些信息。在 如何停止 sql server 2008...。就我而言,我从 Passport 驱动器安装了 VS 2010(Ultimate); SQL 2008 是从 ISO 映像安装的。如果我在构建安装项目时简单地插入护照驱动器(VS2010 源),问题就会“消失”,因为它不显示对话框。我的预感是它仍在做同样的工作,但正在护照驱动器上(快速)找到它想要的东西。如果我断开外部驱动器的连接,问题就会再次出现。因此,如果消息正确并且 VS 2010 正在尝试配置某些内容,则它永远不会真正被配置;但如果它能找到它的安装源,它很快就会过去。
花费更多时间处理所有配置部分的人可能能够利用此信息做更多事情。
I don't have an "answer." But I have some information. This (or a very similar) question was asked in how do I stop sql server 2008.... In my case, I had installed VS 2010 (Ultimate) from a Passport drive; SQL 2008 was installed from an ISO image. If I simply plug in the passport drive (VS2010 source) when building the Setup project, the issue "goes away" in the sense that it does not show the dialog. My hunch is that it is still doing the same work, but is finding what it wants (quickly) on the passport drive. If I disconnect the external drive, the problem returns. So if the message is correct and VS 2010 is trying to configure something, it never really gets configured; but it gets past it quickly if it can find its install source.
Someone who has spent more time working with all the configuration pieces might be able to do more with this information.