The Oracle Dataaccess Client Is Not Installed

The Oracle Dataaccess Client Is Not Installed Rating: 8,2/10 3489 votes

Installing Oracle Data Provider for.NET. The Oracle.DataAccess.dll assembly is installed to the following locations. The Oracle.DataAccess.dll searches for dependent unmanaged DLLs (such as Oracle Client) based on the following order: Directory of the application or executable.

It seems the Oracle Data Access Component installation process using the '11.2 Release 3 (11.2.0.2.1) with Xcopy Deployment' version is broken. To fix this you must register the missing assemblies in the GAC. To do this for this specific version run these commands from within an administrator console: md C: Windows assembly GAC_32 Oracle.DataAccess 4. 2.0__89b483f429c47342 copy%ORACLE_HOME% odp.net bin 4 Oracle.DataAccess.dll C: Windows assembly GAC_32 Oracle.DataAccess 4.

2.0__89b483f429c47342 md C: Windows assembly GAC_32 Oracle.Web 4. 2.0__89b483f429c47342 copy%ORACLE_HOME% asp.net bin 4 oracle.web.dll C: Windows assembly GAC_32 Oracle.Web 4. 2. Bullet for my valentine tears dont fall mp3 320 kbps quality 0__89b483f429c47342 Note that this registers only the DLL's but not other languages resources. So, if you are using any another language than English (de, es, fr, it, ja, ko, pt-BR, zh-CHS, and zh-CHT), then you need to register these as well using the corresponding resource file.

If you have Visual Studio installed on the machine, you can issue the following commands instead: gacutil /i%ORACLE_HOME% odp.net bin 4 Oracle.DataAccess.dll gacutil /i%ORACLE_HOME% asp.net bin 4 oracle.web.dll Note: look for gacutil.exe under the Visual Studio installation folder for it. Hope this helps. In my case I might to publish in 64 bit mode (Setting to 'Any Cpu' mode in Web Project configuration) and I might set IIS on Production Server to 32 Bit compability to false (because the the server is 64 bit and I like to take advantage it).

Then to solve the problem 'Could not load file or assembly 'Oracle.DataAccess': -Oracle.DataAccess.dll in the PC local (C: app user product 11.2.0 client_1 odp.net bin 4 ) is the 64 bit. In the Local PC and Server is installed Oracle v11, 64 Bit. -In IIS Production Server, I set 32 bit compatibility to False. -The reference in the web project at System.Web.Mvc.dll was the version v3.0.0.1 in the local PC, however in Production is only instaled MVC version 3.0.0.0.

So, the fix was locallly work with MVC 3.0.0.0 and not 3.0.0.1 and publish again on server, and it works. When answering a question please: • Read the question carefully. • Understand that English isn't everyone's first language so be lenient of bad spelling and grammar. • If a question is poorly phrased then either ask for clarification, ignore it, or edit the question and fix the problem. Insults are not welcome.

• Don't tell someone to read the manual. Chances are they have and don't get it. Philadelphia torrent download. Provide an answer or move on to the next question.

Let's work to help developers, not make them feel stupid.