Hi,
I've encountered a problem while using the .NET version of Saxon-HE. We've got a .NET Core project which references Saxon-HE 9.4.0.7. If I try to run the following code:
private static readonly Processor Processor = new Processor();
It gives me a ClassNotFoundException for cli.System.Xml.XmlDocument. This is the full error message:
ClassNotFoundException: cli.System.Xml.XmlDocument
at IKVM.NativeCode.ikvm.runtime.AssemblyClassLoader.LoadClass(Object classLoader, Assembly assembly, String name)
Even if I make a blanco ConsoleApplication targeting .NET 4.6.1 and reference Saxon in that project it gives me the ClassNotFoundException.
I've tried cleaning the package cache, I've tried reinstalling Java.
Did someone else encounter this problem? Is it a known issue? What can I do to fix it?
Thanks!
Anonymous
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
Could you transfer this to the forum / issue tracker at http://saxonica.plan.io/ please? We no longer use SourceForge for tracking problems.
I have added this bug entry here:
https://saxonica.plan.io/issues/2870 https://saxonica.plan.io/issues/2870
Related
Support Requests: #83