EntityDataSource Unable to configure to Entity Model

Posted by photo_tom on Stack Overflow See other posts from Stack Overflow or by photo_tom
Published on 2011-01-15T15:44:37Z Indexed on 2011/01/15 15:54 UTC
Read the original article Hit count: 187

Filed under:

I'm doing my first test asp.net3.5 app using EntityDataSource. I've got the basic project built and the Entity model created and compiled. Database is a local sqlexpress one in app_data directory.

When I put the <asp:EntityDataSource /> control on the page and try to configure it, I'm getting the message "The list of named connections could not be loaded because the configuration could not be opened".

At this point, everything in the project is "auto-created" by Visual Studio 2008sp1.

I confused as I cannot find any information on how to correct from this message.

© Stack Overflow or respective owner

Related posts about ASP.NET