an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > System.Data.Linq.ChangeConflictException: Row n...
Last Post 9/23/2009 3:08:53 PM By lukezy. 2 replies.
9/23/2009 1:55:21 PM
bansal_db
Posts: 181
Joined: 4/13/2009
System.Data.Linq.ChangeConflictException: Row not found or changed.
Hey Luke,
 
I did some changes in the code (Added couple of fields in the user table). The changes are working fine in my development environment. I am getting this exception on the server
 
System.Data.Linq.ChangeConflictException: Row not found or changed.
 
 
Any ideas?
 
Thanks
9/23/2009 2:01:35 PM
bansal_db
Posts: 181
Joined: 4/13/2009
Re: System.Data.Linq.ChangeConflictException: Row not found or changed.
I just noticed another thing. I don't get this error for the new rows that are added to the table (after the modifications). I only get this error when i try to update the existing rows in DSC_User table.
9/23/2009 3:08:53 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: System.Data.Linq.ChangeConflictException: Row not found or changed.
Do internet search and you will find enough explanation.
DotShoppingCart Staff