Re: [Ikvm-developers] references dll for a specific .NET version
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2015-06-10 07:00:21
|
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:on...@sa...] > Sent: Tuesday, June 9, 2015 17:05 > To: ikv...@li... > 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 > Ikv...@li... > https://lists.sourceforge.net/lists/listinfo/ikvm-developers |