VS2005 C++ Build Error vc80.pdb
Are you getting the errors:
Could not delete file ‘c:\myproject\obj\release\vc80.pdb
Make sure that the file is not open by another process and is not write-protected.
Could not delete file ‘c:\myproject\obj\release\vc80.idb
Make sure that the file is not open by another process and is not write-protected.
Then maybe you have the problem described here.
Another solution is to change the number of processes you allow the build process to use.
1. From the VS2005 IDE menu bar select: Tools.Options.Projects and Solutions.Build and Run.
2. On the Build and Run page set the "maximum number of parallel project builds" to 1.
Problem solved.
2 Comments:
Probably not actual, but try:
Turning the build processes down to 1 fixed it for me too. (Tool / Options... / Projects and Solutions / Build and Run / # of parallel processes).
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=100564&wa=wsignin1.0
Thanks for sharing information
Javin
grep command in unix with examples
Post a Comment
<< Home