Hi folks,
I've started a project in Visual C# 2010 using SFML 2.2-64bit . The testproject as copied from
http://en.sfml-dev.org/forums/index.php?topic=12466.msg87073#msg87073 works just fine.
Now I want a User Control to add SFML per Drag&Drop to my form. I used this :
http://en.sfml-dev.org/forums/index.php?topic=12712.0. Building the project gives me the following error :
...\SFML.Net-2.2\lib\sfmlnet-graphics-2.dll or a dependency was not found: (Exception from HRESULT: 0x80131515)
I've added the libs as reference and the files in extlib to the project with the property "Copy, if newer".
What have i forgotten?