VS 2003参考问题

发布于 2024-07-25 16:08:35 字数 144 浏览 3 评论 0原文

我们继承了一个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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

任性一次 2024-08-01 16:08:35

在这种情况下,我不相信您引用的是另一个网站。 相反,您使用的网站下面有一个嵌套网站。 这是 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.

扛起拖把扫天下 2024-08-01 16:08:35

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文