Is it just me or don't you hate the fact that when you are working on a project in VB.NET, that from time to time you get a race condition from a manual build? (The message in the Task list that says "Unable to write file ... to ..."). The reason I think this happens is cause of the fact that VB.NET compiles the code for you in the background and that at times it keeps holding onto the assembly when you force a manual rebuild. How do you fix this? Kill the IDE...yeah, it sucks!

Have any of you, yes you my three readers, experienced this problem before?

IT IS NOT MY CHOICE TO USE VB.NET, THUS THE TITLE OF THE POST (reference)