submitchanges

LINQ to SQL SubmitChanges not working FILESTREAM Table

I have some code that inserts data into some tables (one table has a FILESTREAM column) and then calls SubmitChanges after it is done. db.Log = new System.IO.StreamWriter(@"c:\windows\temp\linq.log") { AutoFlush = true }; db.SubmitChanges(ConflictMode.FailOnFirstConflict); I have referenced the following links but they appear to not b...

linq to sql continue error

i had an error on a linq query when i tried to do SubmitChanges() the problem is that what ever i try to do in my project now i'm getting the same error (i guess the linq still tring to do the Error Change) how can i clean the pendding changes or deal with that issue otherwise? Thanx! ...