I'm working on a web application on .NET4 using VS 2010. I've created an ADO.NET Entity Data Model (and put in the App_Code folder). However when trying to drag the EntityDataSource element to the Design view, nothing really happens (no EntityDataSource element is reaching the page). I must note that although this element exists in the toolbox it doesn't have its unique icon it supposed to have.
I've tried to overcome the problem by first dragging the ListView i'm planning to use and then choose the datasource I would like to use with it, but then I get the following options: Access Database, SQL DataBase, LINQ, Object, Site Map, XML File --- but no 'Entity' (the option I'm looking for).
I'll appreciate if someone can help me here!