I've been using SFML/C#/Visual Studio for a long time. But as I recall the initial setup was difficult. I had to download the right DLLs and put them in the right places, and reference them correctly. It was not fun.
Anyway I noticed there is a new version of SFML out AND it supports nuget. Yay!
I removed my old dlls and installed the nuget package. But now things don't work
I get an error saying DllNotFoundException: Unable to load DLL 'csfml-graphics': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
So I thought maybe the nuget package is only the C# bindings, and not the actual libraries. So I downloaded the 2.5 dlls from the site and put them in what I thought was the correct folders. But things are still not working!
Can anyone please advise what to do next? I use nuget a lot at work and it always "just works"