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
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
how to add vb.net project to vss(visual source safe)
Andrea Pagliano
Sc0tty
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.
robben07160
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.