.Net dll created via IKVM is not showing any namespace in Visual Studio's Object Explorer

57 Views Asked by At

I have created a simple class in JAVA, created its jar, and converted jar to dll via IKVM version 7.2.4630.5. I added its reference and also added IKVM.OpenJDK.Core.dll reference to the project to the project but I am getting the following error:

enter image description here

following is my java class:

enter image description here

What I am doing wrong?

0

There are 0 best solutions below