DLL distribution with asp.net web application
394464Aug 7 2008 — edited Aug 7 2008Hi All,
I am developing a asp.net web application and in my development machine I have the Oracle 11g client (my db is Oracle 10.2).
My local website runs without problems and I have the Oracle.DataAccess.dll and Oracle.Web.dll in the bin folder of my webapp (added as references in my visual studio project).
I believed that if I would just distribute these dll's with my website it would be enough to run my web application. However, everywhere where I need an Oracle Connection I get the following error: Unable to load DLL 'OraOps11w.dll'
How should I distribute ODP.Net with my webapp? Is it really necessary to have a client installed in my web server?