I have configured VB6 with VSS 2005, following functionality working fine :
- Check In and Check Out of code
- Get Latest Version
- Showing error when code Check Out by another user.
- Showing error if use try to edit code without Check In ( only when user takes latest version)
Difference I am finding in VB.Net and VB6 configuration with VSS are :
- Code not getting Check In automatically when user try to edit code, without Check In Code.
- Not allowing user to save changes and Check In code later after 1 or 2 days. User require Check In code before closing code.
- Showing "Path/File access error:" for .vbp file.When user tries to save code on machine.
- Allowing user to edit code without Check in when user opens the code first time.
I did all the settings mentioned in this link.