-
Notifications
You must be signed in to change notification settings - Fork 128
Unable to copy ... because it is being used by another process. #26
Comments
I think, as @Kons said in #12 (comment)
I'm not familiar with web development with .net, so I can't really propose any fix to it. |
Just right click the DLL's in the solution explorer and select Properties. |
Thanks stirrblig, that worked for me in visual studio 2012 |
Not working for me ( VS 2010 / Development Server ) |
Then you did something not quite right as that completely prevents the error. Not possible to reproduce if you don't copy the dll. |
Sry, wrong thread. Wanted to post to the "hanging" in iis thread.. |
if you have used nuget package to download simple cut paste to folder it will be their permanently(in VS 2010) |
This problem should be resolved in my pull request here: #42 |
I typically debug using Attach to Process. So the website I am coding on is always running on my machine.
When I build the website for the first time, no issues. However after I do a function that results in Pechkin to be utilized I can't build again.
I get this error on the second build:
Unable to copy file ".... wkkthmltox0.dll" to bin\wkhtmltox0.dll". The process cannot access the file '\bin\wkhtmltox0.dll' because it is being used by another process.
I get that same error for all dlls installed via the NUGET package.
The only way I can build the application again is to manually kill the w3wp.exe process.
Any thoughts?
The text was updated successfully, but these errors were encountered: