Build error: “The process cannot access the file because it is being used by another process”

后端 未结 30 1848
青春惊慌失措
青春惊慌失措 2020-12-13 03:08

I\'ve got a C# webforms app, that until today had been working just swimmingly.

Now today, all of a sudden, every time I try run the app, I get a file l

30条回答
  •  北海茫月
    2020-12-13 03:41

    I have overcome this problem by renaming the locked file (using Windows Explorer). I was not allowed to delete the file, but renaming the locked file works!

提交回复
热议问题