Reputation: 1386
I have configured VB6 with VSS 2005, following functionality working fine :
Difference I am finding in VB.Net and VB6 configuration with VSS are :
I did all the settings mentioned in this link.
Upvotes: 1
Views: 441
Reputation: 10931
As I mentioned heredead link: WayBack version there is also a problem when you have some files or documents not in SourceSafe.
Specifically (as I still document here), when some of the files of a project are not associated with SourceSafe often no files have their SourceSafe status glyphs displayed.
The workaround I found was displaying the Add Files dialogue and then cancelling it. I offer my public domain add-in that automatically implements this workaround.
And BTW, make sure you install the latest VSS Service Pack.
Upvotes: 0
Reputation: 27342
As MarkJ mentioned the vbp file is always saved when the application runs. You can cancel out of the dialog to run the project anyway but this is more hassle than just right clicking on the project root and checking out.
I am using Team Foundation Server with my VB6 projects and there is no auto check out in this either. I'm afraid you will have to live with it until you port the code the .NET
Upvotes: 0