在 Visual Studio 2008 中恢复 Web 引用
我在 VS2008 ASP.NET 项目中设置了一个 Web 引用,但由于某些源代码控制的怪异,它不再在项目中列出。
我的项目下的 Web References 文件夹中有一组文件。有一个 .wsdl、.disco 和几个 .datasource 文件。
有没有办法通过现有文件重新添加此 Web 引用,而不是使用“添加 Web 引用”对话框?
I had a web reference set in my VS2008 ASP.NET project, but due to some source control weirdness it is no longer listed in the project.
I have the set of files in the Web References folder under my project. There's a .wsdl, .disco and several .datasource files.
Is there any way to re-add this web reference through the existing files rather than using the "Add Web Reference" dialog?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
现在解决了。
项目文件具有源代码控制版本中的所有引用,但源代码控制坚持本地文件与服务器版本匹配。
深入研究文件的历史记录表明我的本地版本不匹配,更新解决了这个问题。
我认为 Source Safe 需要在其上运行修复实用程序。
Resolved now.
The project file had all the references in the source control version, but the source control insisted the local file matched the server version.
Digging through the file's history showed that my local version didn't match and an update resolved it.
I think Source Safe needs the repair utility running on it.