DEV Community

Kiran Shahi
Kiran Shahi

Posted on

Error the process cannot access the file because it is being used by another process while building project by CLI on .NET Core

So, here I come up with the solution.
There was process running and lock assemblies, since I did dotnet run to run the project through dotnet cli and I did Ctrl + c to terminate the running process. But Ctrl + c didn't killed the all process and Childs continue…

Top comments (0)