I have a page on which I’ve thrown a LinqDataSource and a GridView. I’ve created a DataContext LINQ-to-SQL class called dcResidents.dbml. When I attempt to configure the LinqDataSource to utilize the dcResidents data context – it doesn’t appear in the list of options…though under class view (tab in VS) it does appear.
I do have several other working datacontexts – why is this one not being recognized by VS?
I have a page on which I’ve thrown a LinqDataSource and a GridView. I’ve
Share
Okay, here is my work-around: