Ok well the title pretty much says it all. I have a project i am working on using LINQ to SQL and I have run into an issue with a conflicting INSERT statement. It seems that the GetChangeSet.Inserts is readonly so i can't actually remove any conflicting inserts. I have also tried using the ChangeConflicts but apparently this doe snot cona5tian inserts so i can not resolve them that way. I have been reading around and have yet to find anything. Any help would be appreciated.