Hi 0to60
What version and edition of Visual Studio are you using?
Does it happen all the time or on a sudden, to all the projects/solutions or just this project/solution?
If you don't mind, could you send the projects files to me: v-fifei[at]microsoft.com, so that I can try to reproduce on my side.
Thanks.
Its a pretty large solution with projects that contain references to third party components, so sending it to you won't be possible.
VS2008 v9.0.21022.8 RTM
Here's a little more information:
I use SourceSafe 2005 via the internet plug in. If I were on the network with the SourceSafe database, I could add projects to my solution right out of SourceSafe. But with the internet plug in you can't. So what I do is create a new solution, add NEW projects, then bind them to my SourceSafe projects. Then, the plug in will do a Get Latest for that project, thus overwriting the "new" project I created.
I believe that somehow this roundabout way of adding projects from SourceSafe is causing my problem. I can usually fix the problem by going to each project in the solution, removing the references to the other projects, and then re-adding them. This usually fixes it, but not always. I can check in those .csproj files, but then if someone else does a Get Latest, it'll happen to them. They'll do what I did to fix it, and then it happens to me, and so on, and so on.