1
DotNet / DLL issues again
« on: July 01, 2014, 09:50:17 pm »
Hi,
apparently many people had this issue but all the help Google could provide me with did not solve it for me:
I get a System.DllNotFoundException for libcsfml-graphics.so.2 when trying to create a RenderWindow for example.
I have the Assembly References set up correctly and the CSFML files are located in my /usr/ directory. I set up the file sfmlnet-graphics-2.dll.config like so:
<configuration>
<dllmap dll="csfml-graphics-2" target="libcsfml-graphics.so.2" os="linux"/>
</configuration>
I have not found any more advice for this problem since apparently it worked for everyone else like this.
apparently many people had this issue but all the help Google could provide me with did not solve it for me:
I get a System.DllNotFoundException for libcsfml-graphics.so.2 when trying to create a RenderWindow for example.
I have the Assembly References set up correctly and the CSFML files are located in my /usr/ directory. I set up the file sfmlnet-graphics-2.dll.config like so:
<configuration>
<dllmap dll="csfml-graphics-2" target="libcsfml-graphics.so.2" os="linux"/>
</configuration>
I have not found any more advice for this problem since apparently it worked for everyone else like this.