Calling StoredProcedure -> NullReferenceException (EF6.1, dotConnect for ORacle 8.3.125.0)

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
mhopf
Posts: 1
Joined: Fri 04 Apr 2014 09:42

Calling StoredProcedure -> NullReferenceException (EF6.1, dotConnect for ORacle 8.3.125.0)

Post by mhopf » Fri 04 Apr 2014 10:02

When I call a stored procedure with the versions 6.1 of EntityFramework and 8.3.125 from "dotConnect for Oracle" I always receive a NullreferencException after executing the "command.ExecuteNonQuery();" statement.

Whith the previous versions of EntityFramework and dotConnect for Oracle this exception was not fired.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Calling StoredProcedure -> NullReferenceException (EF6.1, dotConnect for ORacle 8.3.125.0)

Post by Shalex » Mon 07 Apr 2014 15:15

We have reproduced and fixed the bug with System.NullReferenceException when enumerating an ObjectResult returned by a stored procedure. We will notify you when the corresponding build of dotConnect for Oracle is available for download.

Also we have asked you for an additional information by e-mail.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Calling StoredProcedure -> NullReferenceException (EF6.1, dotConnect for ORacle 8.3.125.0)

Post by Shalex » Thu 10 Apr 2014 13:08

New build of dotConnect for Oracle 8.3.135 is available for download!
It can be downloaded from http://www.devart.com/dotconnect/oracle/download.html (trial version) or from Registered Users' Area (for users with active subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?f=1&t=29348.

Post Reply