I'm using the latest drop of Entity Framework 4.1 (RC).
I have added ADO.NET DbContext Generator.
When I try to configure an EntityDataSource with the "Configure Entity Data Source" wizard I can choose an existing data connection but I'm getting a blank panel on the "Choose an object context" step.
I have a reference to the EntityFramework assembly(4.1) and System.Data.Entity and my assembly containing my EF DbContext. But I see nothing.
I am using EF 4.1 with the ADO.NET DbContext Generator code generation template. This generates an entity that derives fro m DbContext rather than ObjectContext.
Does this wizard (or EntityDataSource) work with EF 4.1 and ADO.NET DbContext Generator?
I have added ADO.NET DbContext Generator.
When I try to configure an EntityDataSource with the "Configure Entity Data Source" wizard I can choose an existing data connection but I'm getting a blank panel on the "Choose an object context" step.
I have a reference to the EntityFramework assembly(4.1) and System.Data.Entity and my assembly containing my EF DbContext. But I see nothing.
I am using EF 4.1 with the ADO.NET DbContext Generator code generation template. This generates an entity that derives fro m DbContext rather than ObjectContext.
Does this wizard (or EntityDataSource) work with EF 4.1 and ADO.NET DbContext Generator?