tags:

views:

10

answers:

0

Hello,

In my mvc asp.net application, I have various modules in that I have insert and edit functionality.

Some time I am getting this error:

    at System.Data.EntityClient.EntityTransaction.Commit() at
 System.Data.Objects.ObjectContext.SaveChanges(SaveOptions options) at
 System.Data.Objects.ObjectContext.SaveChanges() at 
admin.chambal.com.Controllers.DocsController.Edit(Int32 id, FormCollection collection) in
 .............

When i Run the applcation from my local server and perform edit operation withsame data I never got that exception. But when I am using remote server, I get this error so many time.(not always).

The exception is generatedwhile saving the changes.

 objEntities.SaveChanges();

Is that problem is relted to database?

Thanks Aayushi Soni