I am setting up a new WS2012R2 server to host applications; the applications are made in .NET 2.0 and are connected to Oracle 10g.
The connections are made through OLEDB.
On the new server I have already installed the Oracle client and tnsping and it works normally, but when I connect from my app I get the following error:
Oracle client and networking components were not found. estos components are supplied by Oracle Corporation and are part of the Oracle Version 7.3.3 or later client software installation.
Provider is unable to function until these components are installed.
What can be the solution to this situation?
Now that I realize everything is born like this: This was an app in .net 1.1 (I imagine that therefore in x32), it was migrated to vs2008 with .net 2.0, when I compiled it for x86 it appears the message of the question (above), when I compile it for x64 the message appears: "The provider 'MSDAORA.1' is not registered on the local machine." all the tests now I'm running on a w7x64 and ws2012x64, I think with that additional information and could help me identify the problem.