I am getting an error when I add a controller in Visual Studio 2013 with ASP.NET MVC 5.0 and Entity Framework 6.0. I have already added a few controllers and generated views but after I added the datatables package, I am getting this type of error:
Error
"There was an error running the selected code generator"
"There was an error getting the type 'project.classes.StudentClass' Try rebuilding the project"
I have cleaned and rebuilt the project but it still isn't working. There is a table named StudentClass
and I want to add the controller for that Table using Entity Framework. How can I generate the controller successfully?