I\'m using Linq to SQL. I have a DataContext against which I am .SubmitChanges()\'ing. There is an error inserting the identity field:
Cannot insert explicit value for
my case, I forgot to update my dbml file after setting Id column to identity.