When inserting data in my database with linq to sql i get this exception on SubmitChanges(), yet everything used to work before:
System.ApplicationException: Member AutoSync failure. For members to be Auto-Synced after insert, the type must either have an auto-generated identity, or a key that is not modified by the database after insert.