Thursday, July 5, 2012

How to solve "Unable to copy file because it is being used by another process" in ASP.NET

If your ASP.NET solution suddenly cannot compile successfully like before, get following error
“Unable to copy file because it is being used by another process”
Go to Task Manager, and kill all of processes that name "WebDev.WebServer40.exe"

No comments:

Post a Comment