Link to home
Start Free TrialLog in
Avatar of c_law
c_law

asked on

Problem deploying .net web app\Oracle 10g

I am trying to deploy a .NET Oracle web application developed in VS2005 to a customer machine via a Deploy project.
I am getting the following error on the customer machine when the app is installed and run.

'Exception: System.ApplicationException: Error - CreateDatagrid Unable to find an entry point named 'OpsConGetAttributes in DLL OraOps10.dll' at .......

I have included Oracle.DataAccess.dll version 10.2.0.100 in the installation and it all appears to be installed in the correct locations.
How can I resolve this problem or what steps can I take to trouble shoot it?
I have carried out test installations on a box with a full 10g client installed in house with no issues so I presume it is likely to be an Oracle Version problem...
ASKER CERTIFIED SOLUTION
Avatar of Helena Marková
Helena Marková
Flag of Slovakia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of c_law
c_law

ASKER

I will get the customer to try these.

"Unable to find an entry point named 'OpsConGetAttributes in DLL OraOps10.dll' at ......." I originally thought this was a versionign problem as it was not saying "Cannot find ORaOps.dll which I have had in the past?