Page 1 of 1

NullReferenceException in Dispose of transaction scope

Posted: Tue 30 Aug 2011 09:12
by peledkfir
Hi,
I'm using dotConnect 6.10.141
I call in ambient transaction to a SP that deffer constrained until commit.
Using: EXECUTE IMMEDIATE 'SET CONSTRAINT ALL deferred';
If trying to commit when the SP brakes one of the FK's you will get a NullReferenceException instead of any other indicative exception of the error.

Posted: Thu 01 Sep 2011 12:14
by Shalex
Are you using plain ADO.NET or Entity Framework? Does the problem persist with the 6.30.202 version of dotConnect for Oracle? Please send us a small test project with the corresponding DDL/DML script to reproduce the problem in our environment.