Can not find Oracle home.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
jpandya
Posts: 1
Joined: Wed 06 Apr 2011 18:38

Can not find Oracle home.

Post by jpandya » Wed 06 Apr 2011 18:46

I have created asp.net application. It uses middle tier dll. In middle tier dll, i created classes using dotconnect for oracle. When i deployed the web site and dll to server, it started giving me "Can not find Oracle home." error.

I have another asp.net web application containing middle tier dll which use dotconnect for oracle to generate classes and it works fine on the same server.

I am not sure what i am missing this time to create dll or to create asp.net application.

Please help.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 07 Apr 2011 15:58

1. Do your both applications have the same "Home" connection string parameter?
2. Are your both applications built in the same mode (x86 or x64) that corresponds with the capacity of your Oracle client?
3. Please refer to this thread. Does it help?

Post Reply