One of my projects was under SourceSafe and I am using VS2008. Recently I switched to SVN. I removed all SS related files and committed the source files into SVN. Anyway, when I open my solution I'm still getting this inoffensive but annoying message (see picture below):
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?
I answered multiple time Yes and saved all the files, the I closed the solution and reopen it. I always get this message. Where can I manually remove any binding left there?
To remove files from source control: In the Project Explorer, select the file to remove. If you select a folder, project, or solution, any eligible child items will also be removed. choose Source Control > Remove or press Ctrl+R, R.
In Visual StudioFile-->Source Control-->Change Source Control. click Unbind.
VSS adds a command named Launch Microsoft Visual SourceSafe to the Source Control menu, making it easier to manage your source control projects. The History command provides a convenient way for you to examine, within Visual Web Developer, the check-in history of any file under source control.
Command Menu Access For Visual SourceSafe, open from source control: File, Open, Project/Solution; look in the Visual SourceSafe location. For other source control plug-ins, open from source control: File, Source Control, Open from Source Control.
You will need to touch the solution file and each project file in the solution.
In the .sln file you will see the following section which needs to be removed.
GlobalSection(SourceCodeControl) = preSolution
...
EndGlobalSection
In the .csproj file you will see the following lines which need to be removed.
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With