Answer» Is there any way to copy an entire VISUAL C# solution in such a way that it works? If you just copy it and rename it, it gives an error message that it's been renamed and therefore it refuses to work.
Here's exactly what I did that isn't working:
I copied the folder, with all its contents, for the entire solution. This folder contains the .sln & .suo files and the project folder. Such folders are subfolders of C:\Documents and Settings\Bob Lewiston\My Documents\Visual Studio 2008\Projects. The copy of the solution folder is GIVEN a new name and also placed in C:\Documents and Settings\Bob Lewiston\My Documents\Visual Studio 2008\Projects. When I try to open this solution in Visual C#, I GET the error message I mentioned above.
Someone ELSE told me that they did the same thing I did, and it worked WITHOUT a problem for them. If that's so, could the problem be that my software is in some way configured differently than their's?
|