Problems opening solution file in Visual Studio 2005 running under Parallels - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T06:15:51Z http://stackoverflow.com/feeds/question/675588 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/675588/problems-opening-solution-file-in-visual-studio-2005-running-under-parallels 0 Problems opening solution file in Visual Studio 2005 running under Parallels thegreekness 2009-03-23T23:14:04Z 2009-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#675619 0 Answer by Jay S for Problems opening solution file in Visual Studio 2005 running under Parallels Jay S 2009-03-23T23:28:23Z 2009-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#675677 0 Answer by thegreekness for Problems opening solution file in Visual Studio 2005 running under Parallels thegreekness 2009-03-23T23:57:20Z 2009-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>