VS 2003参考问题
我们继承了一个vb.net 2003 web项目,它似乎引用了另一个网站。 我不知道这是怎么做到的。 我无法删除引用(没有属性,按删除键不会响应)。 该参考文献看起来像一个文件夹,上面有一张世界图片。 有什么想法如何摆脱它吗?
谢谢
We have inherited a vb.net 2003 web project, it seems to reference another web site. I am not sure how this was done. I cannot delete the reference (there is no properties and will not respond to pressing the delete key).
The reference looks like a folder with a pic of the world on it. Any ideas how to get rid of it?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在这种情况下,我不相信您引用的是另一个网站。 相反,您使用的网站下面有一个嵌套网站。 这是 IIS 内部结构的表示,我不相信您可以通过 Visual Studio 更改它。 您必须在 IIS 中删除该网站。
In this case I don't believe you're referencing another web site. Instead you're using a website which has a nested web site located under it. This is a representation of IIS's internal structure and I don't believe you can change it via visual studio. You'd have to delete the website in IIS.
SolutionExplorer 中是否有 WebRefrences 文件夹(您可能需要单击“显示所有文件”)。
如果是这样 - 您可以删除那里的引用,但您应该检查项目中的所有代码(全局搜索)以查看代码是否首先引用了 WebRefrence。
Is there a WebRefrences folder in SolutionExplorer (you may have to click Show All Files).
If so - you can delete the refrence there but you should check the all the code in the project (global search) to see if the code refrences the WebRefrence first.