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

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

    If this is an SSIS project, then open task manager and kill all instances of DtsDebugHost.exe, that should release the locked files.

提交回复
热议问题