In bothe VC9 and VC10 I have a solution with multiple projects. When I do a rebuild ot the solution it kicks off builds of more than one project at the same time and then complains:
2>dmtxwrite : error PRJ0008 : Could not delete file 'c:Utilitieslibdmtx-0.7.2projectvisualc9Debugvc90.idb'.
2>Make sure that the file is not open by another process and is not write-protected.
But of course no other process is using vc90.idb than Visual Studio itself. In otherwords the IDE is creatinb vc90.idb ( or vc100.idb for VC10 ) and then complaining that there are errors trying to delete it.
This is a horrendous bug. is there a workaround to these problems ? I have the latest service pack for both VS2008 and VS2010.
View the full article











