> The workspace file: > > xerces-c-src_1_1_0\Projects\Win32\VC6\xerces-all.dsw > > isn't actually missing - it seems to contain *no* projects. > > When I try to open the workspace file above the left frame > claims there are 0 projects in it.
aha! We tripped over this with some of our stuff a couple of days ago. If the .ds* files are checked in & out of source control on Unix, the CR/LF line endings get replaced with just LF. VC6 can't handle Unix line endings in project and workspace files. The long-term fix is to mark the project files as "binary" in the source control system, so that it won't mess with the line endings. - irving -