During out of process debugging occasionally the pdb file
becomes locked and prevents builds from finishing successfully. The VstaDesignTimeIntegration.DeleteMacroPdb method,
called in OnBuildBegin, is suppose to ensure that this does not happen by cycling
until the bits are no longer locked, then deleting them. Unfortunately this ...