The text of this article is not in this database — only its details are. Read it on the old site: Introducing EntityDataSource Control Final Release in ASP.Net
2 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Adam DawoudPosted Jul 22, 2019, 6:43 PM
Can i use Microsoft.AspNet.EntityDataSource -Version 6.0.0 in C#, thank you
Aaron QueenanPosted Feb 25, 2015, 11:04 PM
I'm using a DbContext with a parameterised constructor - NOT using a connection string in the config. The factory argument correctly constructs the DbContext using the parameterised constructor, but it appears that inside the provider, there is somewhere that it doesn't use the factory, I see an error that the connection string cannot be found as soon as I try to browse an entity set. Could I please file a bug report? Also, will this be open source or have a roadmap for EF7 and above? Thanks!