Chris Cudmore
Chris Cudmore

Reputation: 30151

How do I open a Precompiled website project when everything has moved

I've got an old precompiled website that used to be on OldServer/websites/address and the project was on OldServer/projects/location.

Last year, we migrated to a NewServer, and moved everything over maintaining the same directory structure.

Now I have to make a modification. When I try and open the project, I get a "The project file OldServer/projects/location/ has been moved, renamed..." error window.

I still have the files, just can't open the project.

Is there any way to get open it up?

Upvotes: 1

Views: 180

Answers (1)

keyboardP
keyboardP

Reputation: 69372

Open the solution directory in Explorer and show hidden files. There should be a suo file. Make a renamed backup of this and then delete the original. Open your solution again and see if that's fixed the issue. If it hasn't , you could make a backup of the solution file (sln extension), open the original file itself and manually edit the paths to match your new format.

Note that deleting the suo loses customized information and settings such as breakpoints, tasks etc...

Upvotes: 3

Related Questions