Unexpected Error Creating Debug Information – Visual Studio Build Error
May 8th, 2009 | Posted by in Tech/Web
“Unexpected Error Creating Debug Information”
We had a power outage yesterday, at which time, many of us had Visual Studio open working on different projects. Today when we came into the office, trying to build our solutions resulted in the following error: Unexpected Error Creating Debug Information.
Something is locking the dll(s) in the /obj/ folder of library components. The easiest way around this (that I have found) is to delete the /bin and /obj folders. Do as follows:
- Shut down Visual Studio.NET
- Open the project folder in Windows Explorer
- Delete the /obj folder
- Delete the project outputs (.dll and .pdb) from /bin folder
- Restart Visual Studio.NET
- Try building the project with success!!!
You can follow any responses to this entry through the RSS 2.0 You can leave a response, or trackback.
I’m really glad I found your site, thanks for the great post.