Hi,
I have installed Visual Studio Team Suite Beta 2 + VSS 2005 because I need to access my customer's database via Internet. However, in VS 2005, in Options | Source Control | Plug-in Selection, the Visual SourceSafe (Internet) plugin is not available for selection. Only Visual Studio Team Foundation.
I have another system with VS 2005 Standard + VSS 2005 and there, I can select the Visual SourceSafe (Internet) plugin.
What am I missing
Thanks in advance.

VSS 2005 plugin missing
DKNT
Try registering RemoteVssScc.DLL and ssscc.dll
regsvr32.exe "C:\Program Files\Microsoft Visual SourceSafe\ssscc.DLL"
regsvr32.exe "C:\Program Files\Microsoft Visual SourceSafe\RemoteVssScc.DLL"
wf1971