I have an engine I made in C# I was using SFML.NET 2.1 and I recently upgraded it to 2.2 and I get this error
http://prntscr.com/971p71 I have all the DLL's that came with the Zip replaced with the old 2.1 DLL's and the engine is recompiled with the 2.2 libraries. I even downloaded the GitHub one and compiled it to my settings and still I get that error.
Build is x86 <------ Not AnyCPU
EDIT!:I have solved the issue, since my engine uses scripting I had to tell my compiler not to try and load the C++ DLL's (since there are more than 2.1 now)