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