error in visual studio, Access to the path is denied

前端 未结 12 1022
没有蜡笔的小新
没有蜡笔的小新 2020-12-30 06:31

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.

12条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-30 07:03

    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.

提交回复
热议问题