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?
If you get an error message that says "There was an error getting the type...", make sure that you built the Visual Studio project after you added the class. The scaffolding uses reflection to find the class.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With