Hi, I am new to VS 2005. I am creating a VC++ application. I have VSS 6.0 installed in my machine. Is VS 2005 integrated with VSS 6.0? I could not find any option to add solution/project to VSS in the VS 2005 IDE. Any one please help me to understand... Thanks & Regards Srinivasan
Hi, VSS6 and VS integrate, but that depends on your flavor of VS. Express SKUs don't support source control integration, and if I remember correctly, Standard editions also don't support MSSCCI providers like VSS. If you have a Professional /VSTS edition of VS you should set SourceSafe as the active source control provider to make source control menus visible. Use the dropdown in Tools/Options/SourceControl/Plug-ins page. Depending on your profile you may need to check the 'Show all settings' checkbox at the bottom of the Options screen to make the source control options appear in the tree. (See more info here http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=117391&SiteID=1) -- Alin Constantin This posting is provided "AS IS" with no warranties, and confers no rights. "Sri" wrote in message news:1147435594.758261.105660@i40g2000cwc.googlegroups.com... > Hi, > > I am new to VS 2005. I am creating a VC++ application. I have VSS 6.0 > installed in my machine. Is VS 2005 integrated with VSS 6.0? I could > not find any option to add solution/project to VSS in the VS 2005 IDE. > > Any one please help me to understand... > > Thanks & Regards > Srinivasan >
Hi, Thanks a lot for your reply.. Sri