I keep getting this error message:
there was an error running the selected code generator sequence contains no matching elements when i try to create a controller in my asp.net core mvc application.
What is the way out?
I keep getting this error message:
there was an error running the selected code generator sequence contains no matching elements when i try to create a controller in my asp.net core mvc application.
What is the way out?
You can follow this link to see the first answer here
Steps:
on Visual Studio 2017 Click on Tools > Nuget Package Manager > Package Manager Console then run the command below.
Install-Package Microsoft.VisualStudio.Web.CodeGeneration.Design -Version 2.1.1