Rider can't build ASP.NET Core MVC template
Completed
Windows 10 x64
Visual Studio 2017 v15.5.2
Rider 2017.2.1
I create a new project on the base of ASP.NET CORE Web App (Model-View-Controller) template, but when I try to build it I get the error (this is original russian text):
> Microsoft.CSharp.Core.targets(84, 5): [MSB6004] Указанное расположение исполняемого файла задачи "C:\Program Files\dotnet\sdk\2.1.2\Roslyn\RunCsc.cmd" является недопустимым.
How can I fix it?
Please sign in to leave a comment.
Hello Andrey,
This bug was fixed in the latest EAP build, which is available here: https://www.jetbrains.com/rider/eap/
Thank you. I uninstalled Rider 2017.2.1 and installed EAP - the problem disappeared.