设置项目位置 - 已包含项目

发布于 2024-07-30 05:06:34 字数 684 浏览 2 评论 0原文

我有一个在 VS2003 中打开的 .NET 1.1 解决方案。 其中一个项目是一个 Web 服务,它指向本地主机上的一个页面。 在创建解决方案的计算机上,它可以打开它并且工作得很好。 在任何其他计算机上打开时,我都会收到提示:

设置项目位置 - 项目名称 选择 Web 项目的工作副本的位置。 您可以接受默认位置,也可以通过单击单元格并进行编辑来更改它。 Visual Studio 位置将位于 d:\[...],如上一个对话框中指定的那样。

没有以前的对话框。 另外,“在此处输入工作副本位置”需要指向项目所在的IIS位置,但它想创建一个新的,末尾带有_1。

我想我可以理解 VS2003 需要附加到本地 IIS 的技术限制,但为什么它在创建它的计算机上可以正常工作?

此外,其中包含的软件被编码为在特定位置查找文件,如 .config 文件中提供的。 这些文件需要位于我的计算机上与构建计算机上相同的位置,并且当项目不是解决方案的一部分时,这工作正常。

据我了解,VS2003 对该项目所需要做的就是创建一个 /bin/ 文件夹并将程序集放入其中。

为什么有时可以按原样执行,但有时却不行? 我如何告诉 VS2003 指向与现有文件相同的位置?

VS2003 .NET 1.1 IIS 5/WinXP SP3

I have a .NET 1.1 solution I'm opening in VS2003. One of the Projects is a Webservice, which points to a page on localhost. On the computer that created the solution it is able to open it and works just fine. When opened on any other computer, I get prompted:

Set Project Location - ProjectName
Select the location of the working copy of your web projects. You can either accept the default location or change it by clicking in the cell and editing it.

The visual studio location will be at d:\[...] as specified in the previous dialog box.

There was no previous dialog box. Additionally, the "Enter working copy location here" needs to point to the IIS location where the project is located, but it wants to create a new one with a _1 at the end.

I suppose I could understand a technical limitation of VS2003 needing to attach to local IIS, but why would it work fine on the machine on which it was created?

Further, the software contained therein is coded to look for files in specific places, as provided in the .config file. These files need to be in the same location on my machine as on the Build machine, and this was working fine when the project was not part of a Solution.

As I understand it all VS2003 needs to do to that project is create a /bin/ folder and drop the assemblies in it.

Why can it do that as-is sometimes but not other times?
How can I tell VS2003 to point to the same location as the existing files?

VS2003
.NET 1.1
IIS 5 / WinXP SP3

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文