2

Error message is

  Could Not load file or assembly 'Oracle.DataAccess, version=4.112.3.0, Culture=netural,
PublicKeyToken=89b483f429c47342' or one of its dependencies.
The system cannot find the file specified.

May i know what is it solution?

RAKESH HOLKAR
  • 2,127
  • 5
  • 24
  • 42

3 Answers3

2

This error indicates that you have not got the Oracle.DataAccess.Client.dll file on your machine.

The first thing to do is to check that it is present and that it is the correct version.

If it isn't there you can download and install ODAC (Oracle Data Access Components) for your machine. This should allow you to use the dll.

When you install the ODAC assemblies you will see by looking at your machine.config (for the given architecture you are using) and GAC that the dll has been installed successfully.

ODAC

EDIT: Given your added information try installing your ODAC on your IIS server. If this does not work then this topic may be of some help or at least give you another avenue to persue.

ODAC on IIS 7.5 Error

Community
  • 1
  • 1
CSharpened
  • 11,674
  • 14
  • 52
  • 86
1

You need to install the Oracle Data Access Components for .NET. See here

Mark Sherretta
  • 10,160
  • 4
  • 37
  • 42
0

You can Install Oracle Data Access in your machine

http://www.oracle.com/technetwork/topics/dotnet/index-085163.html

Aghilas Yakoub
  • 28,516
  • 5
  • 46
  • 51