Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.