NUnit [TearDown] fails — what process is accessing my files?

前端 未结 11 2562
你的背包
你的背包 2021-02-12 14:17

Final Edit: I found a solution to the problem (at the bottom of the question).

I\'ve got an Nunit problem that\'s causing me grief. Edit:

11条回答
  •  粉色の甜心
    2021-02-12 14:51

    First step would be to find who is holding a handle to the file in question.

    Get a copy of Process Explorer Run it. Press Ctrl+F and enter the name of the file. It would show you a list of processes accessing it.

提交回复
热议问题