Jump to content

System.Drawing FileNotFound


Recommended Posts

Hi All,

I'm trying to use a class in the System.Drawing library in a project of mine, but I get the following error in the KSP Log when I use said class in my code and run it in KSP:

FileNotFoundException: Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.

I use VS Express 2013 and I have added the System.Drawing library as a reference in my project. It shows up in suggestions when I type class names, methods, and whatnot, so I know at least VS understands the reference. However, my compiled code does not seem to get it.

Btw, it doesn't matter if I can get the Version string up there in the error to be 4.0.0.0 or 2.0.0.0, it fails regardless.

Does anyone know what this is? Can someone help?

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...