[Mono-dev] facing problems while running VB.Net application on Mono in Linux

Massimiliano Mantione massi at ximian.com
Mon May 29 10:40:35 EDT 2006


On Mon, 2006-05-29 at 09:21 +0530, Singh, Narendra Kumar wrote:
> The application is working fine when it is build with Visual;
Studio.Net 2003
> But the sample application is not working on Linux in Mono
> [...]
> Unhandled Exception: System.DllNotFoundException: oci

IMO, the problem is that Mono cannot see the Oracle oci library.
The Oracle ADO db provider is not fully managed, and needs the
Oracle oci library (which in Linux is a .so, of course).

Have you installed an "Oracle client" package on Linux?
If you have, are you sure the loader (I mean ld) can see the
library (maybe a LD_LIBRARY_PATH setting is needed)?
Or maybe you should remap the dll in a config file...

Ciao,
  Massi





More information about the Mono-devel-list mailing list