Problems opening solution file in Visual Studio 2005 running under Parallels - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T06:15:51Zhttp://stackoverflow.com/feeds/question/675588http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/675588/problems-opening-solution-file-in-visual-studio-2005-running-under-parallels0Problems opening solution file in Visual Studio 2005 running under Parallelsthegreekness2009-03-23T23:14:04Z2009-03-23T23:57:20Z
<p>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:</p>
<p><code>Unable to read the project file 'filename.csproj'. Invalid URI: The hostname could not be parsed.</code></p>
<p>Does anyone know a way to fix this?</p>
http://stackoverflow.com/questions/675588/problems-opening-solution-file-in-visual-studio-2005-running-under-parallels/675619#6756190Answer by Jay S for Problems opening solution file in Visual Studio 2005 running under ParallelsJay S2009-03-23T23:28:23Z2009-03-23T23:28:23Z<p>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.</p>
http://stackoverflow.com/questions/675588/problems-opening-solution-file-in-visual-studio-2005-running-under-parallels/675677#6756770Answer by thegreekness for Problems opening solution file in Visual Studio 2005 running under Parallelsthegreekness2009-03-23T23:57:20Z2009-03-23T23:57:20Z<p>Ok well I figured it out. The shared folders are .psf which is invalid to Visual Studio.</p>
<p>In case anyone is interested:</p>
<ol>
<li>Inside of XP in Parallels, Map a Network Drive 'X' to the 'Home' folder. </li>
<li>Open the Solution file in the Networked Drive using Visual Studio</li>
<li>Done.</li>
</ol>