Indeed, that is very helpful. Thanks,
Jonathan -----Message d'origine----- De : Adrien Dessemond [mailto:[EMAIL PROTECTED] Envoyé : Friday, November 30, 2007 4:00 PM À : Jonathan Gagnon Cc : [email protected] Objet : Re: [Mono-list] DLLNotFoundException 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 - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
