Error encountering file: Roslyn csc.exe

Asked

Viewed 9,830 times

4

I was using Visual Studio 2017 normally in an MVC project when it asked to update some packages via nuget.

By doing this, the application no longer wanted to compile and presents the error below:

Could not find’D file: Onedrive Visualstudio2017 siteRelatorios Bpa bin Roslyn csc.exe'.

Does anyone know which package is responsible for this file? Or how do I fix?

2 answers

7

I installed:

Install-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -Version 2.0.1

And the problem has been solved.

2


To solve, it’s enough NAY update the package: Microsoft.CodeDom.Providers.DotNetCompilerPlatform for the version 1.0.6

I went back to the version 1.0.5 and back to normal.

Browser other questions tagged

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