Click here to Skip to main content
15,920,896 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello all,

I've installed a new instance of visual studio 2005 and i tried to open a *.sln file (a previous solution of mine that have been wrote by vs 2005) but i got this error:

one or more projects in solution could not be loaded for the following reason(s):

the project file or web has been moved, renamed or is not on your computer,
this project will be labeled as unavailable...

I have not move or rename any file, the folder contains all files that i used before to run the solution, I tried to remove suo file, but it does not work.
What should i do??
Posted
Updated 17-Sep-11 0:09am
v2
Comments
koolprasad2003 17-Sep-11 6:13am    
is it ASP.NET sln or C#.NET sln. means window or web based ?
have you put your code in source safe ?
vahid_gian 17-Sep-11 6:18am    
it's web based and asp.net
the source safe is installed on my system but not this solution added to it.

1 solution

Delete existing SLN and create new. use following steps.

1. Delete Existing solution.
2. click on Start --> run --> DEVENV hit enter
3. Visual studio environment will open. Click on File --> Open --> Website
4. Give path upto your old sln file (path where your App_Code folder resides)
5. project will open. now hit Ctrl+Shift+S will open a dialog box.
6. save SLN at desired place
 
Share this answer
 
v2
Comments
vahid_gian 17-Sep-11 6:37am    
thank you... worked

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900