Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
628 views

Can Entity Framework 4.1 designer “update model from database” for selected entities only?

The situation: Sometimes a database schema is not what you would consider an ideal representation of the system's information and you may not be able to change it. We have been using Entity Framework ...
1
vote
1answer
72 views

Can't open EDMX-file in designer

It opens as XML file only. In MS VS 2010 Ultimate + SP1. I need to open it in model-designer. What can I do??
1
vote
1answer
79 views

Why edmx diagram doesn't create the data annotations

I'm started to realized that when I draw a Model or generated a model from data base the annotations of Key or Required are not setting despite that in the model appears like for example the ...
1
vote
1answer
162 views

ADO.NET Entity Data Model extension not working

I want to develop a Visual Studio extension to add extra properties on entity types. As suggested in the answer to a related question I had asked before, I have installed the ADO.NET Entity Data Model ...
1
vote
1answer
63 views

How to integrate my own structural annotations engine in the Entity Framework designer?

In the accepted answer to this SO question there is an explanation about structural annotations, a way to customize the data on the EDMX files generated by the Entity Framework designer. This feature ...
0
votes
1answer
5 views

edmx re building creats a duplicate designer cs file

So, with my edmx (MyDatabase.Edmx) file, whenever I update model from database and I rebuild the project, it creates a duplicate designer file (MyDatabase1.Designer.cs). Was wondering if anyone knows ...
0
votes
0answers
44 views

VS2010 updates my EF edmx to 4.0 while target is 3.5

I have inherited a project which makes use of .Net 3.5 with EF 1.0 (or 3.5, still don't know the official version number). I am using VS2010 (VB.Net) and in the properties I set the target to be .Net ...
0
votes
0answers
59 views

Entity Framework 4.0 - Two tables into one entity (1-M)

I have two tables with a 1-M FK. Table 1 is simple user preferences info (i.e. how they like to see the data). Table 2 contains Temperature data (in varying scales). The two tables are FK with a ...
0
votes
0answers
24 views

How to copy a file to an arbitrary location when installing a VSIX project?

I am developing a Visual Studio 2010 extension (VSIX project) to add some extra properties to the entities in the Entity Framework designer. In addition to registering the appropriate classes for MEF ...
0
votes
0answers
55 views

entity framework 4.1 Editor does not work

after installing Version 4.1 Update 1, the edmx-Designer fails. During loading of the project the error message popus up: "the "Microsoft.Data.Entry.Desing.Package.MicrosoftDataEntryDesingPackage" ...
0
votes
0answers
50 views

Entity Framework doesn't pluralize for new empty edmx

I have a problem that new created edmx doesn't pluralize added entities set, instead it appends "Set" to the Entity name: Entity name: Person Entity set name: PersonSet I thought that it should ...
0
votes
0answers
263 views

Visual Studio 2010 Editing EDMX designer problem

I am encountering a strange problem using the edmx designer in visual studio 2010. The cursor keeps changing to an Association tool without me selecting the tool from the toolbox. For example the ...