I\'ve been having this problem for a while now. I created a brand new winforms c# application in Visual Studio. I can usually launch it in debug mode once without a problem.
Do you have your bin folder included in your svn? In general, you shouldn't do this, for exacly this reason.
These folders - bin and obj - are generated by VS, and so shoudl be regenerated if you check out the code again.