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
seems like your ID is being assigned somewhere (even if just defaulting to 0) - would you care for posting some of your LINQ code?