vote up 0 vote down star

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?

flag

2 Answers

vote up 0 vote down

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.

link|flag
vote up 0 vote down check

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.
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.