System.IO.IOException : The process cannot access the file 'xxx.dll' because it is being used by another process. #838
-
Hi Jb, I've been trying to use Cecil to hook methods on the executing Using XUnit and .net6 Could you please point me in the right direction? Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The problem here is that you're trying to modify the binary which is currently being executed. Unfortunately, this cannot work. |
Beta Was this translation helpful? Give feedback.
The problem here is that you're trying to modify the binary which is currently being executed. Unfortunately, this cannot work.