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

后端 未结 30 1875
青春惊慌失措
青春惊慌失措 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:51

    What we have discovered here, is the following: In the project properties page, Debug tab, uncheck the "Enable visual studio hosting process". I am unsure what this property is for, but it does the work once unchecked.

提交回复
热议问题