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 _______________________________________________ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list