I've got Visual Basic 6 Pro Edition... is it meant to come with Visual Source Safe??? If So, WHERE!? :S
Printable View
I've got Visual Basic 6 Pro Edition... is it meant to come with Visual Source Safe??? If So, WHERE!? :S
Did you install it?
I think you HAVE to install it, at least I had to. You can not turn the option off.
When you start VB (IDE), go to the Tools menu, at the bottom you have a SourceSafe submenu.
I don't know where to install FROM, is it meant to be on the VB6 disc or the MSDN disc, or the Visual Studio 6 'plus pack' (6 discs) or am i missing something...?
It should be one the main disc (with VB), and I think you can not choose not to install it.
Depending on your VS version you only have the option to install VSS Server, but I believe you need to do a custom install and
select the VSS component?Itsbeen a while since I have installed VS6.
Hmmm The only thing I found on the install was 'BackOffice' whatever that is...
maybe professional edition doesn't include source safe..?
Yeah I don't think I get it :(
Oh well.
I dont know if Professional doesnt have a Source Safe option when you install it but Enterprise does have it, if I remember it correctly it might be something you have to choose to be included in the installation...
Looks like its only in the Enterprise versions and also as a retail standalone app.
http://support.microsoft.com/?scid=k...id=3036&sid=45
RobDog888 is correct, it only comes with the Enterprise edition.
The quickest way to tell if it available is to go to the Add-In Manager. If VSS is available, and installed, it will be listed there. Then, all you have to do is load it and your machine will be able to use it. Typically, however, VSS is run from a server and that is where the code is actually stored.
when i go to tools, source safe it asks me to login, whats that about?
Run Source Safe from the start menu, and it will ask you to set up a password and default account. I had bad luck with it in the past, but installed it again anyways. I don't really have much use for it, but if there were multiple people working on the same code, then I'd use it.
You really should use the "Visual SourceSafe 6.0 Admin" utility to create a user name and password. The Admin username has
a blank password by default. You can not log in without Admin or creating a new username.
Revision control is very important especially if you are writting programs for a living and can not afford to looseQuote:
Originally Posted by dglienna
any code from a crash or a mistake. It also lets you do comparisons between different versions of your code.
I dont see how any professional programmer would not use some kind of revision control. It has saved me a few times
resulting in coultless hours of saved labor. :)
Single user or multi-user, either one, revision control is important.