Are there any know problems using IKVM.Maven.Sdk 1.6.1 with .NET framework 4.8? #443
Replies: 2 comments 2 replies
-
I have not yet seen this particular bug, no. It looks like, somehow, the build process is thinking it is supposed to be generating a x86 assembly. And thus it only outputs ikvm/win-x86. However, at runtime, it's x64. Not sure yet why. You can probably explicitely set RuntimeIdentifiers to win-x64 and it'll work. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I guess #444 is about resolving this. Let me know whether I should close this discussion thread. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am encountering some problems to use the latest IKVM.Maven.Sdk 1.6.1 in a .NET framework 4.8 console application.
The app seems to build but on running fails with e.g.
The same code runs fine under .NET 6.
A sample project targeting both net6.0 and net48 is at https://github.com/martin-honnen/SaxonHE11IKVM871Net6Net48ConsoleAppTest1; as I said, it runs fine under .NET 6 and Windows 11 but fails to run with .NET framework 4.8 and Windows 11.
Beta Was this translation helpful? Give feedback.
All reactions