Error in application Asp.net mvc

Asked

Viewed 55 times

1

I have the error below and do not know how to solve.

Does anyone have any idea what to be and how to solve?

Severity Code Description Project File Line Suppression State Error Unable to copy file "C: WORK 1-Files Personal Cartdecompras Packages Microsoft.Net.Compilers. 2.1.0 tools System.Diagnostics.Fileversioninfo.dll" to "bin Roslyn System.Diagnostics.Fileversioninfo.dll". Access to the path 'bin Roslyn System.Diagnostics.Fileversioninfo.dll' is denied. Carts decompose.UI

1 answer

1


When I had this problem, I solved it by finalizing the process VBCSCompiler.exe and everything was back to normal.

But after the last updates of Visual Studio I no longer had this problem.

To finish the process, you can run the command taskkill /F /IM VBCSCompiler.exe cmd, or browse the process in the Windows task manager.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.