HELP: CLR Trigger Fails when inside a user defined transaction!

  • Thread starter Thread starter Leon_Amirreza
  • Start date Start date
L

Leon_Amirreza

when I use my C# Application to update My DB using a transation I get the
following Exception


The context transaction which was active before entering user defined
routine, trigger or aggregate "UpdateIntegrityCheck" has been ended inside
of it, which is not allowed. Change application logic to enforce strict
transaction nesting.

What should I do?
 
Back
Top