Bug in 8.1.55?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
isd_dev
Posts: 5
Joined: Wed 12 Oct 2011 19:40

Bug in 8.1.55?

Post by isd_dev » Tue 17 Dec 2013 20:18

When importing stored procedures in a database-first scenario, methods are not created correctly. Upon opening the designer the following error is raised:

---------------------------
Microsoft Visual Studio 2012
---------------------------
CSDL parsing failed: The attribute 'ReturnType' of tag 'FunctionImport' has a unexpected value '[REMOVED]' at line #-1.
Warning! The error means that a part of the model cannot be read. If you save model after this, the unrecognized XML will be lost. It is strongly recommended to create a backup copy of the model to be able to restore it to the original state if needed.
---------------------------
OK
---------------------------

When attempting to manually correct the method and set the return type of the stored procedure an error is raised when the custom tool runs, it is looking for a complex type but doubling up on the namespace (i.e. type in namespace.namespace not found)

Reverting back to 8.1.45 does not have this issue.

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

Re: Bug in 8.1.55?

Post by Shalex » Wed 18 Dec 2013 13:50

Thank you for your report. The issue is fixed. We will notify you when the corresponding build of dotConnect for Oracle is available for download.

isd_dev
Posts: 5
Joined: Wed 12 Oct 2011 19:40

Re: Bug in 8.1.55?

Post by isd_dev » Wed 18 Dec 2013 13:53

Fantastic, Thank you.

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Bug in 8.1.55?

Post by MariiaI » Thu 26 Dec 2013 13:16

New build of dotConnect for Oracle 8.1.65 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=28601.

Post Reply