During a long compilation with Visual Studio 2005 (version 8.0.50727.762), I sometimes get the following error in several files in some project:
fatal error C1033: cannot open program database 'v:empapprtctestwin32
eleasevc80.pdb'
(The file mentioned is either vc80.pdb
or vc80.idb
in the project's temp dir.)
The next build of the same project succeeds. There is no other Visual Studio open that might access the same files.
This is a serious problem because it makes nightly compilation impossible.
question from:https://stackoverflow.com/questions/126751/compilation-fails-randomly-cannot-open-program-database