VS2017/EF6 does not support wizard to databind to datagridview Is there a VISUAL BASIC example of this ?

  • Thread starter Thread starter David Millsom
  • Start date Start date
D

David Millsom

Guest
I'm using VS2017 and trying to populate a datagridview from an EntityDataSource which I have created from a database but I get an error saying the wizard is only compatible with EF5 and to configure the control by editing the markup page.

Is there an example of this? I assume I need some code to create the EntityDataSource and I am using Visual Basic.

If there is a walk through this would be very helpful.

One note I read said that Microsoft discouraged using Entity Framework for this. IS this true and if so what are the alternatives?

Continue reading...
 
Back
Top