Related Tags:
Asp.Net It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services. It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to Microsoft's Active Server Pages (ASP) technology. Learn More, C# C# (pronounced "C-sharp") is an object-oriented programming language from Microsoft that aims to combine the computing power of C++ with the programming ease of Visual Basic. C# is based on C++ and contains features similar to those of Java. Learn More, Microsoft Visual Studio Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs for Microsoft Windows, as well as web sites, web apps, web services and mobile apps. Learn More, ASP.NET MVC The ASP.NET MVC framework is a lightweight, highly testable presentation framework that (as with Web Forms-based applications) is integrated with existing ASP.NET features, such as master pages and membership-based authentication. The MVC framework is defined in the System.Web.Mvc assembly. Learn More, Team Foundation Server (TFS) Team Foundation Server (commonly abbreviated to TFS) is a Microsoft product that provides source code management (either with Team Foundation Version Control or Git), reporting, requirements management, project management (for both agile software development and waterfall teams), automated builds, lab management, testing and release management capabilities. It covers the entire application lifecycle, and enables DevOps capabilities. TFS can be used as a back-end to numerous integrated development environments (IDEs) but is tailored for Microsoft Visual Studio and Eclipse on all platforms. Learn More,

how to Completely Remove TFS Source Control Bindings for my project in visual studio 2013 ?

Description:I want to Completely Remove TFS Source Control Bindings for my solution in visual studio 2013 I tried alot but still some error appear when I reopen my solution in visual studio

Posted by: | Posted on: Sep 12, 2017

2 answers

Replies

8

To Completely remove TFS source control binding follow the two steps:

1)Go to your solution's folder,find and delete all files with *.vssscc and *.vspscc extensions.
2)open your solution's .sln file in notepad find and remove this "GlobalSection(TeamFoundationVersionControl)" section.


Reference Link

Replied by: | Replied on: Sep 27, 2017



2

Hi Tabish

I have followed the steps as mentioned above and successfully Unbind the solution.

Thanks xo xo xo

Replied by: | Replied on: Sep 24, 2019



Reply
×

Code block Hyperlink bold Quotes block Upload Images

Preview