I recently migrated a VSS database to TFS 2008. Using Source Control Explorer, I got the latest version of a solution with 12 projects. When I opened the solution in VS 2005, two of the projects were not found. I am not sure why these two projects were not found, but thought it easiest to just delete and re-add them to the solution. When I do this, VS gives me a "A project with that name is already open in the solution." The project doesn't appear in solution explorer, and is not listed in the .sln file. Any ideas?
|
I had the same message... Seems like it comes from (.csproj) project file. Under first propertygroup there is a section named
which generally tolds Visual Studio to handle that project in some specific way. Some Guids can be found here. First make a backup copy of that file. Then removing that section can help you open the project as usual project. As it seems that the Visual Studio thinks that the project is not the type that is specified in the ProjectTypeGuids. |
|||
|
|
|
If anyone uses AnkhSVN instead of TFS, it's also possible, that the .sln-file need the following lines:
in the "Global" section. |
|||
|
|
|
I had this problem and I was able to solve it using the following steps:
|
||||
|
|
|
I would try hand editing the project/solution files, they are text and pretty easy to read. You can edit the file in notepad. To open up the file as text in visual studio you need to first close the solution. Then do file->open and select the sln file, but instead of hitting the open button, press on the right side where there is an arrow and select open with.. from there you can select source code editor (text). |
|||
|
|
|
I have to say that removing the section |
|||
|
|
|
This did it for me:
|
|||||
|
|
Delete .suo file. Build solution. Add Projects. |
|||
|
|
|
I had the same problem when i migrated a website to a web app project.
|
||||
|
|
|
The following worked for me when I moved a project running vs2010 to another laptop. I removed exactly the following and it worked:
|
|||
|
|
