how to add vb.net project to vss(visual source safe)

i dont know how to add the windows application into vss

in vb.net 2005 and i dont know how to use the vss

can u plz send me the links where to learn how to add project to vss and how to use vss

web links

[229 byte] By [Rajeshbatchu] at [2007-12-25]
# 1

If you have sourcesafe and a version of VB.Net that supports it - then ensure that the

Tools -> Options -> source Code Control -> PlugIn is selected to the sourcesafew plugin.

This should enable the IDE to provide the VSS integration features.

spotty at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2
can u plz tell me how to use vss and what are the advantages of using vss
Rajeshbatchu at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 3

General Documentation on Sourcesafe with VS 2005

http://msdn2.microsoft.com/en-us/library/ms299291.aspx

This hsould provide you with details on how to use and what it gives you.

Source code control gives you ability to retain versions of the source files - so you can track the changes that were made. This allows you to identify source code changes that were made for bug fixes, different versions of product etc. and enables you to rollback changes if you figure that the change needs to be backed out.

spotty at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic General...