top of page
Writer's pictureJino Shaji

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

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:



21 views0 comments

Recent Posts

See All

Commentaires


bottom of page