Visual Studio 2015 locks DLL during debugging

后端 未结 4 970
囚心锁ツ
囚心锁ツ 2021-02-07 18:26

I have 3 C# projects A, B, and C. Both A and B reference C. The references to C from A and B are set to \"Copy Local\" implying that after C is built to C.dll (in the output dir

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-07 19:19

    in my case this was "Panda free Antivirus" Who was watching on the dll of the "C" project and this caused the error: "the process cannot access the file because it is being used by another process"

提交回复
热议问题