开发者

Visual Studio 2010 Entity Framework .edmx not available to edit

I am trying to edit my .edmx model in Visual Studio 201开发者_StackOverflow中文版0 however, the symbol is not correct and when I click to edit it does not present the designer where I can update the model etc

Visual Studio 2010 Entity Framework .edmx not available to edit

What I get is just the XML model info as follows:

Visual Studio 2010 Entity Framework .edmx not available to edit

Does anyone have any ideas why this may be. The same solution opened on another machines gives me no such issues so its the visual studio set up that is causing this?


I had the exact same issue and tried all sorts of NuGet and other Entity Framework 4 package installs/uninstalls etc. In the end my origninal install of VS 2010 SP1 did not have the "ADO.NET Entity Framework Tools" installed. To check this just open up windows control panel and go to installed programs if you do NOT see "Microsoft Visual Studio 2010 ADO.Net Entity Framework Tools" then this IS your issue.

The only way to fix this was to get the Entity files, specifically the .msi and .cab files off of the original Visual Studio install source disk and reinstall. The good news is you do NOT have to reinstall all of Visual Studio! FYI - I surprisingly had no luck finding just these files available online as a seperate package, had to get it off my VS install dvd.

Just follow the instructions below which I found posted on the following site and pasted below, this worked for me. Once I ran the command below I reopened my project and all was good with the world, I did not need to do anything or add any references once back inside my ASP.Net Web Forms project.

No Entity Data Model (EDMX) Template with Visual Studio 2010 SP1 & ADO.NET Entity Framework 4.1

Open the install media for VS2010 and browse to ":\WCU\EFTools". Her you will find two files:

ADONETEntityFrameworkTools_enu.msi

ADONETEntityFrameworkTools_enu.cab

1.Copy those files to a folder on your PC. 2.Create a log file in the folder - for instance with the name "Log.txt" 3.Open a cmd prompt (possibly run the cmd prompt as administrator) and navigate to the folder with the msi and cap files. 4.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).


Try use context menu

Visual Studio 2010 Entity Framework .edmx not available to edit

open with "ADO.NET Entity Data Model designer" option and set this default option.

Visual Studio 2010 Entity Framework .edmx not available to edit


Can you verify that you have Microsoft Visual Studio 2010 ADO.NET Entity Framework Tools installed on your machine? Without these tools VS will not recognize entities added to projects.

You can find it here http://msdn.microsoft.com/en-us/data/ee712906

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜