TFS Error: “Source Control - Unable to Access Database”

前端 未结 9 1826
暖寄归人
暖寄归人 2021-01-04 01:56

I am currently using TFS with Visual Studio 2010 Ultimate and getting this error when I try to open up my solution:

The associated source control plug-in is no

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-04 02:29

    It sounds like your bindings to the TFS server are messed up in your solution file. You should try removing the bindings manually in there by editing the solution file using a text editor.

    There should be a Global section in the file, which is where all of the settings for this are located. look for GlobalSection(TeamFoundationVersionControl) and remove that entire section down to EndGlobalSection.

    Once you do that, reload the solution and tell it to go back online and your bindings should be working again.

提交回复
热议问题