在 Parallels 下运行的 Visual Studio 2005 中打开解决方案文件时出现问题
我在工作时在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
项目文件引用的主机名很可能仅在您的工作网络中有效。 您必须找到它引用的主机名,然后手动将其更改为在您的家庭网络中可用的主机名。
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.
好吧,我想通了。 共享文件夹是 .psf,这对 Visual Studio 无效。
如果有人感兴趣:
Ok well I figured it out. The shared folders are .psf which is invalid to Visual Studio.
In case anyone is interested: