I am using MVC2 with VS 2010 Express and not able to find DB class under index (dinnercontroller).. I have followed all the previous steps...
finalblogger 10 months ago
@finalblogger I had to change my code to this using VS 2010, var db = new Nerddinner.DB(); var dinners = db.Dinners; return View(dinners);
hope that helps
jed6669 9 months ago
I am using MVC2 with VS 2010 Express and not able to find DB class under index (dinnercontroller).. I have followed all the previous steps...
finalblogger 10 months ago
@finalblogger I had to change my code to this using VS 2010, var db = new Nerddinner.DB(); var dinners = db.Dinners; return View(dinners);
hope that helps
jed6669 9 months ago