I am working on a C# asp.net 2010 website that I obtaine from a contract shop my company is working with. I am guessing this company uses team server foundation and I use subversion for version contract. Thus can you tell me how to remove the team server references so I do not get the following error any longer:
go Offline
The team foundation server http:../.. is currently unavailable.
The solution will be opened offline.
Loading
Javeed M ShaikhPosted Oct 13, 2011, 11:07 PM
try the following:
In the IDE click on File -> Source Control -> Change Source Control and then unbind and/or disconnect all projects and the solution.
If the above does not work, try the following:
1. Delete the .suo extension file next to the .sln file, and then opened the .sln file in Notepad.
2. Delete this entire section:GlobalSection(TeamFoundationVersionControl).........
.......................
EndGlobalSection
3. Save the .sln in Notepad
Open the solution in Visual Studio.
Please do not forget to mark "Accepted Answer".