每次我打开解决方案时,Visual Studio 2008 都会尝试转换 Web 部署项目
我正在使用Visual Studio 2008 中的Web 部署项目。
现在,每次我打开包含 Web 部署的 ASP.NET Web 项目解决方案时,Visual Studio 都会要求转换项目(我猜是从 VS 2005 到 2008)。 我进行了转换并保存,但是如果我关闭并重新打开解决方案,VS 会坚持尝试转换项目。
谁知道如何解决这个恼人的问题?
更新 - 配置:
- Visual Studio 2008 Professional(德语)
- ASP.NET 3.5(VB.NET 作为语言)
- Subversion/VisualSVN
- 1 个 Web 项目 + 4 个库项目 + 1 个 Web 部署项目(新)
I am using a web deployment project in Visual Studio 2008.
Now, every time I open my ASP.NET web project solution which contains the web deployment, Visual Studio asks to convert the project (I guess from VS 2005 to 2008). I do the conversion and save, but if I close an re-open the solution, VS insists on trying to convert the project.
Anybody who knows how to resolve this annoying problem?
Update - configuration:
- Visual Studio 2008 Professional (german)
- ASP.NET 3.5 (VB.NET as language)
- Subversion/VisualSVN
- 1 web project + 4 library projects + 1 web deployment project (new)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了一个解决方案:
(.wdproj 文件的 XML)
为
仅此而已!
I found a solution:
(XML of the .wdproj file)
into
That's all!