A Day in the Life

A day in my life. Thoughts on leadership, management, startups, technology, software, concurrent development, etc... Basically the stuff I think about from 10am to 6pm.

12/17/2007

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:

At April 08, 2010 6:05 AM, Anonymous Anonymous said...

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

 
At July 16, 2011 9:30 PM, Anonymous Javin @ What is synchronization in Java said...

Thanks for sharing information

Javin
grep command in unix with examples

 

Post a Comment

<< Home