ODP.NET Managed Driver Does Not Appear in the Data Source Dialog Box

By installing Managed ODP.NET on my computer, the ODP.NET Managed Driver does not appear inside the Select Data Source dialog box in Visual Studio 2013 Professional.

Here's how it should look:

enter image description here

Here's what it looks like on my car:

enter image description here

I followed the steps in the .NET Simple Disk article on the Oracle website.

I also installed Oracle Developer Tools for Visual Studio. A managed driver has not yet been selected.

My question is:

Is there something I forgot to do to make the data provider?

+4
4

, RegKey HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319\AssemblyFoldersEx\odp.net.managed. ( ) Oracle.ManagedDataAccess.dll.

, , :

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319\AssemblyFoldersEx\odp.net.managed]
@="c:\\oracle\\product\\12.1\\odp.net\\managed\\common"

Oracle {ORACLE HOME}\odp.net\managed\x64\configure.bat {ORACLE HOME}\odp.net\managed\x86\configure.bat,

, .NET Framework 4.

+4

: "(Re) " Oracle Developer Tools Visual Studio "(ODT)". ODP.NET Nuget Visual Studio. ODT.

"ODTwithODAC": http://www.oracle.com/technetwork/topics/dotnet/utilsoft-086879.html

4/2018: Visual Studio 2017, 12.2.0.1.1 .. , VS 2017 CE: http://www.oracle.com/technetwork/topics/dotnet/downloads/odacmsidownloadvs2017-3806459.html

, . , (ORA-) , ODT.

+6

, :

  • / Oracle.
  • Visual Studio.

:

enter image description here

100%, - .

+2

. vs2015 Update 3.

0
source

All Articles