在 Parallels 下运行的 Visual Studio 2005 中打开解决方案文件时出现问题

发布于 2024-07-15 19:47:38 字数 218 浏览 5 评论 0原文

我在工作时在 Windows 机器上的 Visual Studio 2005 上用 C# 编写了一个简单的程序。 我尝试在 Mac 上的 Parallels 内部的 Visual Studio 2005 中打开解决方案文件,但出现错误:

无法读取项目文件“filename.csproj”。 无效的 URI:无法解析主机名。

有谁知道解决此问题的方法吗?

I wrote a simple program in C# on Visual Studio 2005 on a windows machine at work. I tried to open the solution file at home in Visual Studio 2005, inside of Parallels, on my mac and I get the error:

Unable to read the project file 'filename.csproj'. Invalid URI: The hostname could not be parsed.

Does anyone know a way to fix this?

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

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

发布评论

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

评论(2

谁的新欢旧爱 2024-07-22 19:47:38

项目文件引用的主机名很可能仅在您的工作网络中有效。 您必须找到它引用的主机名,然后手动将其更改为在您的家庭网络中可用的主机名。

Odds are the project file is referencing a hostname that is only valid within your network at work. You'll have to find the hostname it is referencing and manually change it to one that works within your network at home.

べ繥欢鉨o。 2024-07-22 19:47:38

好吧,我想通了。 共享文件夹是 .psf,这对 Visual Studio 无效。

如果有人感兴趣:

  1. 在 Parallels 中的 XP 内部,将网络驱动器“X”映射到“Home”文件夹。
  2. 打开网络驱动器中的解决方案文件。
  3. 使用 Visual Studio Done

Ok well I figured it out. The shared folders are .psf which is invalid to Visual Studio.

In case anyone is interested:

  1. Inside of XP in Parallels, Map a Network Drive 'X' to the 'Home' folder.
  2. Open the Solution file in the Networked Drive using Visual Studio
  3. Done.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文