Avoid "The source conrol provider associated..... could not be found" message in SSMS

9,134

I had this same problem and solved it by following these instructions:

I went into Tools > Options > Source Control menu, saw that my source control provider was set to None. Once I set to use Microsoft Visual Source Safe everything was happy and good to go.

enter image description here

Share:
9,134

Related videos on Youtube

Nestor
Author by

Nestor

Systems Engineer, with a Masters in Computational Finance. Currently building my own model-driven trading software (SAMOA), and a hedge fund around it. Writing software is one of the pleasures of life!

Updated on September 17, 2022

Comments

  • Nestor
    Nestor almost 2 years

    Every time I open my *.ssmssqlproj in SSMS i get the message:

    The source control provider associated with this solution could not be found. The projects will be treated as not under source control.Do you want to permanently remove the source control bindings from the projects?

    Even if I press "Yes" i need getting the message. Is there a way around this?

  • Robert Harvey
    Robert Harvey over 8 years
    Visual Studio does not allow me to choose this option, even though I've used Git before. Something else is going on.
  • Ciaran Gallagher
    Ciaran Gallagher over 6 years
    In my case, I just chose 'Git' even though I'm not using Git. The error message has disappeared, which is all I wanted.