i have visual studio developer 2010 and i wanna create entity data model and i cannot find it in the new item column i have installed .net framework 4 but still i cannot find it plz help me
In your case Entity framework might not be installed properly or not installed at all. so you have to reinstall it. Just go throught me post once again.
If this post answered your question or solved your problem, please Mark it as Answer.
gitasp
Member
23 Points
202 Posts
cannot find ado.net entity framework
Jul 12, 2012 12:52 PM|LINK
i have visual studio developer 2010 and i wanna create entity data model and i cannot find it in the new item column i have installed .net framework 4 but still i cannot find it plz help me
Ramesh Chand...
Star
12922 Points
2672 Posts
Re: cannot find ado.net entity framework
Jul 12, 2012 12:57 PM|LINK
Open the install media for VS2010 and browse to ":\WCU\EFTools". Her you will find two files:
ADONETEntityFrameworkTools_enu.msi
ADONETEntityFrameworkTools_enu.cab
Run this command:
ADONETEntityFrameworkTools_enu.msi USING_EXUIH=1 /log "Log.txt"
It will take a while to install so be patient.
The installation should now be visible in "Control Panel -> Installed Programs" as "Microsoft Visual Studio 2010 ADO.NET Entity Framework Tools".
The items template should be visible in Visual Studio when adding a new item to a project. (Add New Item->Data->ADO.NET Entity Data Model).
gitasp
Member
23 Points
202 Posts
Re: cannot find ado.net entity framework
Jul 12, 2012 01:09 PM|LINK
where is entity framework installed actually????
Ramesh Chand...
Star
12922 Points
2672 Posts
Re: cannot find ado.net entity framework
Jul 12, 2012 01:11 PM|LINK
In your case Entity framework might not be installed properly or not installed at all. so you have to reinstall it. Just go throught me post once again.