Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Managed ODP.NET not worked with DataSet-Designer

user7254074Jan 8 2014 — edited Jan 8 2014

Hi guys,

currently i migrate my project from System.Data.OracleClient to managed ODP.NET.

So i get the package over NuGet. The reference created all fine.

Simple Database connections and selects work (OracleCommand) fine,too.

But how will this work with the VS Dataset-Designer?

The Problem start with create a new data connection in the server-explorer. The server-exporer only now Oracle.DataAccess.

The provider in the created xsd is "Oracle.DataAccess.Client". When i try to change to "Oracle.ManagedDataAccess.Client" i get the error

"The custom tool 'MSDataSetGenerator' faild. Faild to generate code. Exception of type 'System.Data.Design.InternalException' was thrown"

Is there a solution

bye,

guido

I used:

- Oracle.ManagedDataAccess 4.121.1.0

- VS 2010 (10.0.30319.1)

- .Net Framework Version 4.0.30319

This post has been answered by user7254074 on Jan 8 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 5 2014
Added on Jan 8 2014
1 comment
1,735 views