Re: references dll for a specific .NET version

Jeroen Frijters <[email protected]> Wed, 10 Jun 2015 06:59:55 +0000
Newsgroups gmane.comp.java.ikvm.devel
Message-ID <[email protected]>
Hi,

This happens if you explicitly reference the 4.0 version, but another assembly you (indirectly) references the 2.0 version (this can be the IKVM runtime itself). So to resolve this make sure to only use 4.0 assemblies and run ikvmc on 4.0 (by removing the <supportedRuntime version="v2.0.50727" /> line from ikvmc.exe.config)

Regards,
Jeroen

> -----Original Message-----
> From: O'Neil Delpratt [mailto:[email protected]]
> Sent: Tuesday, June 9, 2015 17:05
> To: [email protected]
> Subject: [Ikvm-developers] references dll for a specific .NET version
> 
> Hi,
> 
> I seems to be picking up both the .NET 2.0 and 4.0 DLLs for System.XML
> when I use the reference option in IKVMC.
> 
> How do I just select the 4.0 version.
> 
> kind regards,
> 
> O'Neil
> ------------------------------------------------------------------------
> ------
> _______________________________________________
> Ikvm-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ikvm-developers

------------------------------------------------------------------------------