Hello Daniel, I created another project and added all the assemblies of ikvm 0.38.2 and the pdfbox 1.0 binaries... and everything works just fine. I really dont know what was wrong with that project, but ikvm and pdfbox works perfectly on other projects.
Thanks for your help. Att: Juan Caraballo On Tue, Mar 2, 2010 at 10:12 AM, Daniel Wilson < [email protected]> wrote: > Yes, the 1.0 binaries do depend on IKVM 0.38.something. > > Do you have that loaded on your system? Are the IKVM binaries in the same > folder as your PDFBox binaries? Do you have any other version of IKVM > loaded? Perhaps registered in the GAC? > > And ... would you copy [email protected] so that others could > benefit as we work through solving your problem? > > Thanks. > > Daniel > > > On Tue, Mar 2, 2010 at 2:42 AM, Juan Caraballo <[email protected]>wrote: > >> Greetings Mr. Daniel, >> >> I'm having some problems using pdfbox in c# with the ikvm and the .net >> binaries. >> >> The 1.0 .net binaries depends on IKVM.OpenJDK.ClassLibrary >> assembly which is in ikvm 0.38.0.2. When i add the assembly and run the >> program, the core Java classes throws a TypeInitializationException (in this >> case the java.io.File class) and the InnerException says: "Can't load >> assembly 'IKVM.Runtime, Version=0.42.0.3, Culture=neutral......". >> When I add this 0.42.0.3 IKVM.Runtime assembly it still throws the >> TypeInitializationException, but this time with this InnerError: >> {"IKVM.NativeCode.ikvm.runtime.Util.getClassFromTypeHandle(System.RuntimeTypeHandle)"}. >> It looks like some conflict with the ikvm versions or the references of >> ikvm in the binaries. >> >> I really need to use pdfbox for an academic project and i dont know how to >> solve this problem. >> I would really appreciate any help. >> >> >> >> Att: >> >> Juan Caraballo >> > >

