Bug when renaming a parameter of a EF4 Method

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
skoub
Posts: 32
Joined: Fri 21 May 2010 15:47

Bug when renaming a parameter of a EF4 Method

Post by skoub » Thu 14 Jul 2011 14:53

hi!

i think i've found a bug with the designer when we change a property of a method.

1 - i have imported a stored procedure from Oracle that contain 1 parameter
2 - if a test the method, it return something from the database
3 - then a rename the parameter inside the method (just lowercase the name) and i must do the same with the stored procedure in the store (lowercase the name)
4 - i run the application and it will crash when i call the method. I get:

The data reader is incompatible with the specified 'MTO.DDS.Data.EF.Rapport2'. A member of the type, 'NoAtr', does not have a corresponding column in the data reader with the same name.

any idea?

alex[/list]

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Fri 15 Jul 2011 17:02

Thank you for the report, I have reproduced the issue. We are investigating it, I will let you about the results.

skoub
Posts: 32
Joined: Fri 21 May 2010 15:47

Post by skoub » Fri 15 Jul 2011 17:47

thank you!

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 20 Jul 2011 14:18

The problem is fixed in the upcoming build. Follow the announcements on the forum.

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

Post by Shalex » Mon 15 Aug 2011 07:11

New build of dotConnect for Oracle 6.30.202 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 valid subscription only): http://secure.devart.com/ .

For more information, please refer to http://www.devart.com/forums/viewtopic.php?t=21724 .

Post Reply