VSS and VS.net 2005

  • Thread starter Thread starter S Chapman
  • Start date Start date
S

S Chapman

I first installed VS.Net 2005 and now I have also installed VSS 2005 on
my PC but I don't get any of the Source Safe options like Check-in,
Check-out etc. from within VS.Net. Do I have to install anything else
to integrate VSS with VS.Net.
 
Hello S,

Did you install VSS before VS? I guess that VSS need to be installed/reinstalled
after VS that we could be integrated into VS

SC> I first installed VS.Net 2005 and now I have also installed VSS 2005
SC> on my PC but I don't get any of the Source Safe options like
SC> Check-in, Check-out etc. from within VS.Net. Do I have to install
SC> anything else to integrate VSS with VS.Net.
SC>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
NO I first installed Visual Studio 2005 and then installed Visual
Source Safe 2005.
 
If your project is not under source control, you will not get
check-in/check-out option. click "file"->"Source control"->"change
source control" to link your project to a VSS database.
 
Back
Top