I am trying to run some PDF to text C# code. I have references to 2 DLLs and I get this error when I try to run the program:
the type 'java.io.File' is defined in an assembly that is not referenced. You must add a reference to assembly 'IKVM.GNU.Classpath, Version=0.20.0.0, Culture=neutral, PublicKeyToken=13235d27fcbfff58'.
How do I add a reference to this assembly?