Entity Framework foreign relationship issue
Posted
by Doug Hope
on Stack Overflow
See other posts from Stack Overflow
or by Doug Hope
Published on 2010-04-23T19:33:07Z
Indexed on
2010/04/26
18:43 UTC
Read the original article
Hit count: 299
c#
|entity-framework
I've had an entity framework model working for some time. Yesterday, it suddenly started complaining about a foreign key relationship issue during an insert. I've checked the fields and can do a manual insert using the exact field values. But the EF continues to complain. Any ideas what could have happened?
© Stack Overflow or respective owner