top of page

How to resolve the error in asp.net mvc – Could not find a part of the path … bin\roslyn\csc.e

  • Writer: Jino Shaji
    Jino Shaji
  • May 31, 2020
  • 1 min read

Updated: Jun 10, 2020

The problem with the default Visual studio templates is that the compiler isn’t actually copied to the tfr\bin\roslyn\ directory, but rather the {outdir}\roslyn\ directory

Add this code in your .csproj file:



Comentários


bottom of page