Microsoft KB Archive/248690

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


PRB: OLE Automation: CheckOut Recursive Fails

Article ID: 248690

Article Last Modified on 5/1/2001



APPLIES TO

  • Microsoft Visual SourceSafe 6.0 Standard Edition



This article was previously published under Q248690

SYMPTOMS

When you use Microsoft Visual SourceSafe OLE Automation to check out a project object with the recursive flag set, all files are checked out recursively. However, the local files for any subprojects will not be on the local computer.

CAUSE

The files in the subprojects are copied only to the working directory if the VSSFLAG_FORCEDIRYES flag is set.

This flag is a parameter of the VSSITEM.Checkout command.

RESOLUTION

When you check out the project recursively by using OLE Automation, use the VSSFLAG_FORCEDIRYES flag.

Keywords: kbprb KB248690