[Mono-list] gdiplus.dll not found

Klaus Siebke ksiebke at web.de
Mon Apr 27 07:12:43 EDT 2009


Hi Andrus,

I had the same problem some days ago.
You need to add a config file to your application which serves as a link to
the dll.
For example:
If your application is named test, then the resulting executable will be
test.exe.
In this case you have to create a file named test.exe.config in the same
directory.

To establish a link to your dll you have to add something like this (but for
gdiplus.dll) into your file:

<configuration>
        <dllmap dll="libhpdf.dll" target="libhpdf-2.1.0.so"/>
</configuration> 

For more informations look here:
http://mono-project.com/DllNotFoundException
and here:
http://mono-project.com/Config_DllMap

Have fun,
Klaus


-- 
View this message in context: http://www.nabble.com/gdiplus.dll-not-found-tp23222606p23251262.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list