Looks like it's linking to the desktop mscorlib. Make sure any references point to c:\program files\microsoft silverlight. Btw, the sdlsdk bits are not that much different than this drop ...
~Jimmy Sent from my phone On Sep 3, 2008, at 3:42 PM, "Dan Eloff" <[EMAIL PROTECTED]> wrote: > I verified that I have version v2.0.50727.1434 > > I was also able to build "Build Release". However attempts to build > "Silverlight Release" fail with errors like: > > Error 18 The type > 'System.Runtime.Serialization.ISerializable' exists > in both 'c:\Downloads\Source > Code\IronPython\IronPython\Bin\Silverlight > Release\Microsoft.Scripting.Core.dll' and > 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll' C: > \Downloads\Source > Code\IronPython\IronPython\Src\Microsoft.Scripting\SymbolId.cs > 24 30 Microsoft.Scripting > > Any idea what I need to do to get Silverlight Release to build? > > Thanks, > -Dan > > On Wed, Sep 3, 2008 at 5:23 PM, Srivatsn Narayanan > <[EMAIL PROTECTED]> wrote: >> You need to look at the minor version as well. You need to have >> atleast the SP1 version of .NET 2.0 which means that the version >> should be greater than v2.0.50727.1433. >> >> One way to find out is look at the file properties of <WindowsDir> >> \Microsoft.NET\Framework\v2.0.50727\fusion.dll. That's what MSIs >> use to figure out the .net version. >> >> -----Original Message----- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> ] On Behalf Of Seshadri Pillailokam Vijayaraghavan >> Sent: Wednesday, September 03, 2008 3:18 PM >> To: Discussion of IronPython >> Subject: Re: [IronPython] What version of CLR is required to build >> latest IronPython sources? >> >> This should be good enough. This is the version that's installed by >> VS 9.0 >> >> >> -----Original Message----- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> ] On Behalf Of Dan Eloff >> Sent: Wednesday, September 03, 2008 3:01 PM >> To: Discussion of IronPython >> Subject: [IronPython] What version of CLR is required to build >> latest IronPython sources? >> >> I opened the Visual Studio 2008 Command Prompt and typed clrver: >> >> c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC>clrver >> Versions installed on the machine: >> v2.0.50727 >> >> Is this good enough, or do I need to install a different CLR version >> to build IronPython? (I'm getting build errors, so perhaps this is >> the >> reason) >> >> -Dan >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
