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 - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list