I have a pretty big solution with several subprojects (mostly C # with 1 or 2 C ++ projects), each of which is in its own folder. I renamed the folders and project names, and then started editing the solution file using the same process as described here: The correct way to rename the solution (and directories) in Visual Studio
After that, I wanted to check if everything was correct, so I opened the solution file. VS2008 complains:
One or more projects in the solution cannot be loaded for the following reasons (reasons):
The project file or network has been moved, renamed or computer.
These projects will be marked as unavailable in Solution Explorer. Expand the node project to show the reason the project could not be loaded.
So, I tried to do as the bold text says. However, there are no inaccessible projects in Solution Explorer. All subprojects are there, and I do not see any warnings or errors or missing links or anything else. The solution also compiles fine, and I can run the application just fine.
The problem is that when opening the solution, an error appears, and I try to stop it, because ultimately it will go into the original control.
Has anyone come across this before? Is there something I could miss?
source share