Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

The process cannot access the file mydll.dll.tmp because it is being used by another process. #44

Closed
304NotModified opened this issue Sep 3, 2018 · 0 comments · Fixed by #45
Labels
Milestone

Comments

@304NotModified
Copy link
Owner

304NotModified commented Sep 3, 2018

Exception:

The process cannot access the file 'C:\project\obj\Debug\mydll.dll.tmp' because it is being used by another process.
StackTrace:
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
   at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite)
   at InnerWeaver.ReadModule() in C:\projects\fody\FodyIsolated\ModuleReader.cs:line 22
   at InnerWeaver.Execute() in C:\projects\fody\FodyIsolated\InnerWeaver.cs:line 93
Source:
mscorlib
TargetSite:
Void WinIOError(Int32, System.String)	

this seems to be fixed in Fody/Fody#304

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
1 participant