"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?"
As shown belown too:
And i started deleting the projects (one by one), shut down SSMS and starting up SSMS and finally in one .ssmssqlproj file in found the following line:
<SccProjectName>$/SSDE_dbMetaServices/MAIN</SccProjectName>
<SccAuxPath />
<SccLocalPath>..</SccLocalPath>
<SccProvider>MSSCCI:Team Foundation Server MSSCCI Provider</SccProvider>
When i deleted these lines, the errormessage disappeared. Problem solved!
I had the same issue in visual studio when i opened a SSIS project. When i took a look in the .sln file i saw the following phrases:
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 2
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = http://xx-xx-xx:8080/tfs/ssiscollection
SccLocalPath0 = .
SccProjectUniqueName1 = SSIS_xxxxxxx.dtproj
SccLocalPath1 = .
EndGlobalSection
I've deleted this section too and the error disappeared.
Hennie
Removing those <Scc* lines from the .ssmssqlproj file worked for me. Thank you.
BeantwoordenVerwijderen