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

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

    In my case there were some vstest processes running (with various names but all containing the string vstest). I had to terminate them in taskmgr.

提交回复
热议问题