Question to Entity Developer

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

Question to Entity Developer

Post by Zero-G. » Fri 10 Apr 2015 12:02

Hey

I use Entity Developer Version 5.7.556
I wanted to start a new Project. The Goal of this Project should be to create a complete detached databinding.
For this, I wanted to create my detached classes with Entity Developer.
So, I started with a new Project -> Code First -> No database.
But this seems not to work. - I got an error, that no DataProvider is selected.
And when I select a DataProvider (What I don't want), I get an error, called:
For the instances of EntitySet and AssociationSet in EntityContainer entities no assignment has been specified

Is this a bug? Or is this a Thing, what could not be done with this tool?
THX

Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

Re: Question to Entity Developer

Post by Zero-G. » Fri 10 Apr 2015 14:47

Hey - Found the solution!
I have to use LinqConnect - Not Entity Developer! - Then it works

Post Reply