Hello,
I am trying to do my second Dynamic Data project. I am just working on setting it up and I created the project, the LinqToSQL class, and updated the Global.asax file with the correct data context. When I run my project, I get the page that lists the three tables that were added to my LinqToSQL class, however when I click one of the tables, I get the following error:
Unable to cast object of type 'AFP_DPS_DD.AFP_DPSDataContext' to type 'System.Data.Objects.ObjectContext'.
The first project I did with a different datasource did not have this issue. Any idea what I am doing wrong?
Thanks