Andre Lombaard
Andre Lombaard

Reputation: 7105

Invalid Project Binding when Adding New Project

I always get an invalid binding when adding a new c# project to my solution which is resulting in the files not being added to TFS. The only solution at this moment is to remove the binding and add the project to source control again.

Just a few details,

enter image description here

Upvotes: 1

Views: 284

Answers (2)

Andre Lombaard
Andre Lombaard

Reputation: 7105

Just to elaborate on the answer given by @Cece, I deleted the

<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>

entries from my .proj file in my template folder and everythin worked from there

Upvotes: 0

Cece Dong - MSFT
Cece Dong - MSFT

Reputation: 31003

This issue always happens when you copy one source controlled solution to another source control solution. After unbinding the invalid project, unload the project and reload it should solve this issue.

Check blog: http://samirvaidya.blogspot.com/2015/02/fixing-invalid-tfs-source-control.html

Upvotes: 1

Related Questions