[Mono-list] DLLNotFoundException

Adrien Dessemond adrien.dessemond at softhome.net
Fri Nov 30 15:59:47 EST 2007


Hi Jonathan,

No idea about if is is a defect or not on my side but the following could
help you :

http://www.mono-project.com/DllMap

Regards,

Adrien

On Fri, November 30, 2007 3:22 pm, Jonathan Gagnon wrote:
> Hi,
>
> I just upgraded to the latest mono release (1.2.5.1) from 1.2.3.1, and I
> get
> a DLLNotFoundException for a P/Invoke.  My method is defined with the
> following DllImport attribute :
> [DllImport("MyAssembly")]
>
> I didn't specify the file extension of the aseembly on purpose because I
> want my code to run on .NET/Windows (.dll extension) as well as mono/Linux
> (.so extension).  Mono 1.2.3.1 is able to find the file MyAssembly.so, but
> mono 1.2.5.1 isn't.  A workaround is to rename the file and remove the .so
> extension.
>
> Is this an intended change or is this a regression?  Should I file a bug
> report for this?
>
> Thanks,
>
> Jonathan
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>




More information about the Mono-list mailing list