I was able to build the application that was generated after creating a new project but I cannot run it, I keep getting this:
Could not resolve type with token 01000147 (from typeref, class/assembly OpenTK.ToolkitOptions, OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4)
OS: Linux Mint 18.1
IDE: MonoDevelop 6
Project: I already said it, it’s the template that is created after creating a new monogame cross desktop platform project
I am trying to run it to ensure everything works. Build was successful, but I cannot run it
Possible did you forget to run “mono yourprogram.exe”
If you want make native linux binary than you need to copy i18n and Mono’s assemblies to your yourprogram.exe and compile mkbundle into bundled native executable.