In VSS 6.0d, how do you get the client options to appear in VB.NET, e.g. "Add Solution to Source Control"? We have one workstation where the source control options appear, but on the other workstations, it does not. Is there a client software that needs to be installed for VSS? Thanks.
Hi Phil, Make sure you have a Professional edition of VS.NET (I guess you're talking about VS2002 or VS2003), because Standard versions don't support source control integration. Go to VSS install folder and run win32\ssint.exe , or run "regsvr32 ssscc.dll" in the win32 folder. This should re-write the registry keys used by VisualStudio integration. You will need to restart VS to make it read the configuration changes. -- Alin Constantin This posting is provided "AS IS" with no warranties, and confers no rights. "Phil Galey" <pagaley@starcalif.com.nospam> wrote in message news:eVtlLrxYGHA.4248@TK2MSFTNGP05.phx.gbl... > In VSS 6.0d, how do you get the client options to appear in VB.NET, e.g. > "Add Solution to Source Control"? We have one workstation where the > source > control options appear, but on the other workstations, it does not. Is > there a client software that needs to be installed for VSS? > > Thanks. > >