1
vote
2answers
311 views
EntityReference has an EntityKey property value that does not match?
I am attempting to add some entities that I have created. When I try and add the entity in question to the set (see code below) I get the following error:
"The object could not be added or attached …
1
vote
1answer
68 views
ASP.net MVC: Where in my design should I create/declare entity keys?
When creating a new entity object that has a foreign key value I need to create a new Entity key (Entity Framework in .net 3.5) for the object, but I'm having trouble deciding where in my application …
0
votes
3answers
1k views
Entity Framework EntityKey / Foreign Key problem.
As the result of a form post, I'm trying to save a new Brand record. In my view, Gender is a dropdown, returning an Integer, which is populated from ViewData("gender")
I've setup my link as follows:
…
