System.DllNotFoundException: Unable to load DLL 'OraOps10.dll'
765755Dec 3 2010 — edited Dec 3 2010Hello,
I'm developing a piece of software for a small business that connects to an Oracle 10g express database I set up. The software is written in c# with VS2008, and has ODP.NET installed. On the computer I'm developing with, the software works perfectly. Unfortunately, when I try to use it on a different computer I get the error message "System.DllNotFoundException: Unable to load DLL 'OraOps10.dll'".
I have already created a redistributable for all the .NET components I need, including Oracle.DataAccess.dll
I think this problem would be solved by installing VS2008 and ODP.NET on every computer needing it, but that's unrealistic. Is there another way to get this program to work?