[Solved] Error System.DllNotFoundException on Mac

Hello,

I have install monogame on my mac, but i can’t launch any of my project. I always have this error

Unhandled Exception:
System.DllNotFoundException: user32.dll

What kind of project are you trying to run? Is it a DesktopGL project?

First i try to run project generate on windows, and this error appears. I think is normal for a windows porject.

After i just create new project on my mac using this addins: http://addins.monodevelop.com/Project/Index/47
I chose Xamarin.mac and just run project without any modification and i have the same message.

I always trying to uninstall monogame + xamarin studio this doesn’t resolve anything

I found solution for my problem, just create new OpenGl project to windows and copy this to mac.

Thanks dellis