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.
Like the error says, does your table have an identity column on it? If it does, have you tried to change the value of it before Submitting?