Reputation: 4179
I am using VSS for my ASP.NET (VS 2008) project which is used by multiple users in multiple systems. It worked for first few days without any issue, but later it is showing some issues which are listed below.
While getting latest, it is showing error like,
File System4\VSS\data\popdaaa.a not found
At the end, showing error message like, Get Version could not be completed.
My questions are
The VSS Version is 8.xx
Here are some issues generating when we analyse VSS
The project dialogs references a child whose physical file (DPDAAAAA) is missing or corrupted.
The project images references a child whose physical file (SPDAAAAA) is missing or corrupted.
The project tabletools references a child whose physical file (FRDAAAAA) is missing or corrupted.
The project img references a child whose physical file (ISDAAAAA) is missing or corrupted.
The project forms references a child whose physical file (TPDAAAAA) is missing or corrupted.
Upvotes: 0
Views: 297
Reputation: 20630
Try running Analyze and Fix VSS DB (it should be in the same directory as Source Safe).
FWIW: I've never liked integrating Source Control with Visual Studio. Having Source Control independent gives us more explicit control and reduces 'surprises'.
Upvotes: 1