I'm new to EF, while trying to save changes to my context, I get the following error:
Cannot insert explicit value for identity column in table 'GroupMembers_New' when IDENTITY_INSERT is set to OFF.
The column on the DB is identity with autoincrement, on the edmx, id StoreGeneratedPattern is Identity and Default value is none, not sure why it keeps trying to insert 0 every time I try to save a group, any ideas?
thanks