I am trying to port my program, PatchCraft, over to Linux and Mac with Mono, and I've run into a problem. While it runs fine normally on Windows, it throws the following exception under Mono, regardless of the OS:
Unhandled Exception: System.TypeLoadException: Could not load type 'RenderWindow.Renderer' from assembly 'RenderWindow, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null'.
at PatchCraft.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load type 'RenderWindow.Renderer' from assembly 'RenderWindow, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null'.
at PatchCraft.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0