hi, i am using subsonic 3.0 and active record with a mysql database now everything is fine, but i cant seem to create views see example:
public ActionResult Index()
{
return View(contact.GetPaged(1,20));
}
now normally i would right click and choose Add View i would then choose strongly typed and find the class for the repositary
however for some reason the only classes i get showing up are for subsonic only but expect to see the new class from the new generated graniteMysqlDB
if anyone could please advice i would be most grateful as there doesent seem to be any forum links or anything for subsonic.
thanks