LinqDataSource wizard table list is not refreshing after updating LinqToSql classes
- by dotnet_learner
I have changed my dbml file like this.
I have deleted all the tables and stored procs.
I added new tables and stored procs from a new database.
In the code-behind, I can access the new tables and stored procs. However, in the LinqDataSource using the same dbContext when I'm trying to configure the LinqDataSource. I can see all the old tables in the wizard drop-down.
How to refresh the the wizard drop-down so that I can select the newly added tables?
Deleting the old LinqDataSourceand adding a new one is not working.