Exception n ot managed - INSTALL SDL2.DLL

Hello

actually all my Monogame 3.5 program which were working in the past doesn’t work any more.

the begugger : can’t load sdl2.dll .
when I try running : I got the message “1 succed” but no result, no window comes for my game !

I don’t knowhow to install itr, anyone can help me ?

Thanks

Short and easy fix, use the devel MG NuGet and the problem will go away.

Long answer/fix, the problem is that the new native libs only get included with new mg projects so you can create a new MonoGame project, and copy over x86/x64 folders and .dylib files to your new project, and set their actions to copy to output folder.