Compilation fails randomly: “cannot open program database”

后端 未结 12 1663
渐次进展
渐次进展 2020-12-08 00:52

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 erro         


        
12条回答
  •  遥遥无期
    2020-12-08 01:29

    I have same problem C1033: cannot open program database,

    Scenario

    I have two dll's parent.dll and child.dll.I just attached child.dll project with visual studio debugger at the same time i am trying to build the parent.dll project,produces error C1033: cannot open program database

    Solution

    Stop debugging and kill the process attached with the debugger.Rebuild the project

提交回复
热议问题