Oracle.DataAcess assembly not found

Posts   
 
    
Posts: 77
Joined: 05-May-2005
# Posted on: 19-Sep-2005 20:36:03   

I am attempting to run my application for the first time on a machine other than my development PC. I have installed Oracle 9i and loaded the database. I have all the assemblies for my app plus the required (I think) LLBLGen assemblies (Oracle.NET11.dll and ORMSupportClasses.NET11.dll). But when I try to start the application, I get this error message:

File or assembly name Oracle.DataAccess, or one of its dependencies, was not found

What could be the cause of this?

Drewes
User
Posts: 67
Joined: 18-Aug-2003
# Posted on: 20-Sep-2005 02:19:54   

What you should do is install ODP.NET 9.2.0.4. If that does not fix it let me know.

Posts: 77
Joined: 05-May-2005
# Posted on: 22-Sep-2005 14:42:37   

That worked. I now remember having installed the ODP as part of setting up our develpment environment. I apologize for not having done more research before asking for help, but thanks for the speedy reply. simple_smile