Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am developing a windows phone 8.1 silver light application . For my application I need to add one dll unfortunately I have the .jar file .

I converted the .jar file into .dll using ikvmc , but the converted .dll is not adding to the project .I am getting warning message like a reference to the higher version or in compatible assembly cannot add to the project I am using visual studio 2013 ultimate .

I searched the above warning message in Google , many said that goto the .dll file and right click on the .dll file then goto properties and unblock the .dll , unfortunately I did not find unblock option .

Any help,

Thanks...
Posted

1 solution

windows phone runs on an arm based architecture. try to add /platform:arm to the ikvmc command.

Good luck!
 
Share this answer
 
Comments
SureshMarepalli 27-Jan-15 7:21am    
how to add /platform:arm to ikvmc command , can you give example...
E.F. Nijboer 27-Jan-15 7:53am    
Add it to the commandline:
http://www.ikvm.net/userguide/ikvmc.html
E.F. Nijboer 27-Jan-15 7:56am    
http://weblog.ikvm.net/2011/11/14/ManagedPEFileTypes.aspx
SureshMarepalli 27-Jan-15 23:21pm    
Hey I am unable to write the command can you give me sample command ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900