<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    I am a little bit confused about Silverlight, .NET and IronPython
    versions.<br>
    <br>
    Here is a list what I think is valid, please correct me if I am
    wrong:<br>
    <ul>
      <li>IronPython 2.6.1 supports Silverlight 3 + .NET 2 SP1</li>
      <li>IronPython 2.6.1 does not support Silverlight 4 + .NET 2 SP1
        or Silverlight 4 + .NET 4</li>
      <li>IronPython 2.7 will support Silverlight 4 + .NET 4</li>
    </ul>
    <br>
    What will IronPython 2.6.2 support?<br>
    <br>
    --<br>
    -- Lukas<br>
    <br>
    <br>
    On 27.7.2010 17:31, Dave Fugate wrote:
    <blockquote
cite="mid:299545F35D442642800736DBA0C3AA28033C4CF4@TK5EX14MBXC205.redmond.corp.microsoft.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Segoe UI";
        panose-1:2 11 5 2 4 2 4 2 2 3;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
tt
        {mso-style-priority:99;
        font-family:"Courier New";}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        color:black;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
span.apple-style-span
        {mso-style-name:apple-style-span;}
span.EmailStyle20
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle23
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";
        color:black;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);">I&#8217;d actually suggest doing this with 2.7 Alpha 1
            sources...&nbsp;
            <o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><b><span style="font-size: 11pt;
              font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;
              color: rgb(31, 73, 125);">Building</span></b><span
            style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);"> 2.<i>6.1</i> requires a Silverlight
            <i>3.</i>x installation as there were changes to System.Core
            (e.g., System.Func) between Silverlight 3.x and Silverlight
            4.x. &nbsp;As you&#8217;ve discovered, we implemented some of this
            missing System.Core functionality ourselves in 2.6.1 which
            is confusing the compiler when there&#8217;s references to both
            (4.x) System.Core and MS.Scripting.Utils.&nbsp; If you can&#8217;t get
            your hands on a Silverlight 3.x installation to fix this,
            the next easiest route IMO would be to use 2.7A1 instead.<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);"><o:p>&nbsp;</o:p></span></p>
        <div>
          <div style="border-right: medium none; border-width: 1pt
            medium medium; border-style: solid none none; border-color:
            rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color;
            padding: 3pt 0in 0in;">
            <p class="MsoNormal"><b><span style="font-size: 10pt;
                  font-family:
                  &quot;Tahoma&quot;,&quot;sans-serif&quot;; color:
                  windowtext;">From:</span></b><span style="font-size:
                10pt; font-family:
                &quot;Tahoma&quot;,&quot;sans-serif&quot;; color:
                windowtext;"> <a class="moz-txt-link-abbreviated" href="mailto:users-bounces@lists.ironpython.com">users-bounces@lists.ironpython.com</a>
                [<a class="moz-txt-link-freetext" href="mailto:users-bounces@lists.ironpython.com">mailto:users-bounces@lists.ironpython.com</a>]
                <b>On Behalf Of </b>Lukas Cenovsky<br>
                <b>Sent:</b> Tuesday, July 27, 2010 8:09 AM<br>
                <b>To:</b> Discussion of IronPython<br>
                <b>Subject:</b> Re: [IronPython] Building IronPython
                from sources<o:p></o:p></span></p>
          </div>
        </div>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <p class="MsoNormal">Thanks. Copying my current Silverlight
          version 4.0.50524.0 to 3.0.50106.0 helped and
          Microsoft.Scripting.dll compiles fine. Now I get many
          following errors&nbsp; for Microsoft.Dynamic.dll:<br>
          <br>
          <tt><span style="font-size: 10pt;">Error&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; 'Func' is an
              ambiguous reference between
              'System.Func&lt;T0,T1,T2,T3,T4,TRet&gt;' and
              'Microsoft.Scripting.Utils.Func&lt;T0,T1,T2,T3,T4,TRet&gt;'&nbsp;&nbsp;&nbsp;
              C:\IronPython-2.6.1\Src\Runtime\Microsoft.Dynamic\Interpreter\Instructions\CallInstruction.Generated.cs&nbsp;&nbsp;&nbsp;

              278&nbsp;&nbsp;&nbsp; 70&nbsp;&nbsp;&nbsp; Microsoft.Dynamic</span></tt><span
            style="font-size: 10pt; font-family: &quot;Courier
            New&quot;;"><br>
          </span><br>
          How can I tell Visual Studio to use reference from
          Microsoft.Scripting.Utils? Thanks.<br>
          <br>
          --<br>
          -- Lukas<br>
          <br>
          <br>
          On 26.7.2010 18:21, Dave Fugate wrote: <o:p></o:p></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;;">Hi Lukas, the
            error message below is because you don&#8217;t have the version of
            Silverlight installed which was used to build IronPython
            2.6.1.&nbsp; For this particular release, I believe it was
            something like &#8220;%ProgramFiles%\Microsoft
            Silverlight\3.0.40624.0&#8221;.&nbsp; You can find out for sure by
            examining the &#8220;&lt;Silverlight3Path&gt;&#8221; element in
            Src\IronPython\IronPython.csproj.&nbsp; Any ways, there are two
            workarounds:</span><o:p></o:p></p>
        <p class="MsoListParagraph" style="text-indent: -0.25in;"><span
            style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;;">Replace all
            instances of &#8220;3.0.40624.0&#8221; throughout all C# project files
            with the version of Silverlight you have installed locally</span><o:p></o:p></p>
        <p class="MsoListParagraph" style="text-indent: -0.25in;"><span
            style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;;">Copy and rename
            the version of Silverlight you have installed to whatever is
            expected by the C# project files</span><o:p></o:p></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;;">&nbsp;</span><o:p></o:p></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;;">Hope that
            helps,</span><o:p></o:p></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;;">&nbsp;</span><o:p></o:p></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;;">Dave</span><o:p></o:p></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;;">&nbsp;</span><o:p></o:p></p>
        <div>
          <div style="border-right: medium none; border-width: 1pt
            medium medium; border-style: solid none none; padding: 3pt
            0in 0in; border-color: -moz-use-text-color;">
            <p class="MsoNormal"><b><span style="font-size: 10pt;
                  font-family:
                  &quot;Tahoma&quot;,&quot;sans-serif&quot;; color:
                  windowtext;">From:</span></b><span style="font-size:
                10pt; font-family:
                &quot;Tahoma&quot;,&quot;sans-serif&quot;; color:
                windowtext;">
                <a moz-do-not-send="true"
                  href="mailto:users-bounces@lists.ironpython.com">users-bounces@lists.ironpython.com</a>
                [<a moz-do-not-send="true"
                  href="mailto:users-bounces@lists.ironpython.com">mailto:users-bounces@lists.ironpython.com</a>]
                <b>On Behalf Of </b>Lukas Cenovsky<br>
                <b>Sent:</b> Friday, July 23, 2010 12:37 PM<br>
                <b>To:</b> Discussion of IronPython<br>
                <b>Subject:</b> [IronPython] Building IronPython from
                sources</span><o:p></o:p></p>
          </div>
        </div>
        <p class="MsoNormal">&nbsp;<o:p></o:p></p>
        <p class="MsoNormal">Hi all,<br>
          I have one wish for the next release of IronPython 2.6.2 (hope
          it is not too late...) - please make sure it is possible to
          build IronPython binaries from sources. I have downloaded
          <span class="apple-style-span"><span style="font-size: 10pt;
              font-family: &quot;Segoe UI&quot;,&quot;sans-serif&quot;;
              color: rgb(48, 51, 45);"><a moz-do-not-send="true"
href="http://ironpython.codeplex.com/releases/view/36280#DownloadId=116512"
                id="fileDownload5">IronPython-2.6.1-Src-Net20SP1.zip</a></span></span>
          and I there is no way for me to build Silverlight binaries
          from it... <br>
          <br>
          I have opened the solution in VS 2010, solution file was
          converted to the new version, I selected 'Silverlight Debug'
          as a solution configuration and I received meny errors as
          below when building Microsoft.Scripting.dll:<br>
          <br>
          <tt><span style="font-size: 10pt;">Error&nbsp;&nbsp;&nbsp; 11&nbsp;&nbsp;&nbsp; The type
              'System.SerializableAttribute' exists in both
              'c:\IronPython-2.6.1\Bin\Silverlight
              Debug\Microsoft.Scripting.Core.dll' and
              'c:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll'&nbsp;&nbsp;&nbsp;
              C:\IronPython-2.6.1\Src\Runtime\Microsoft.Scripting\ArgumentTypeException.cs&nbsp;&nbsp;&nbsp;

              20&nbsp;&nbsp;&nbsp; 6&nbsp;&nbsp;&nbsp; Microsoft.Scripting</span></tt><span
            style="font-size: 10pt;"><br>
          </span><tt><span style="font-size: 10pt;">Error&nbsp;&nbsp;&nbsp; 12&nbsp;&nbsp;&nbsp; The
              type or namespace name 'Serializable' could not be found
              (are you missing a using directive or an assembly
              reference?)&nbsp;&nbsp;&nbsp;
              C:\IronPython-2.6.1\Src\Runtime\Microsoft.Scripting\ArgumentTypeException.cs&nbsp;&nbsp;&nbsp;

              20&nbsp;&nbsp;&nbsp; 6&nbsp;&nbsp;&nbsp; Microsoft.Scripting</span></tt><span
            style="font-size: 10pt;"><br>
          </span><br>
          My goal was to build debug-able
          Microsoft.Scripting.Silverlight.dll because I'm receiving
          AddReference error which I'd like to inspect.<br>
          <br>
          --<br>
          -- Lukas<o:p></o:p></p>
        <pre><o:p>&nbsp;</o:p></pre>
        <pre>_______________________________________________<o:p></o:p></pre>
        <pre>Users mailing list<o:p></o:p></pre>
        <pre><a moz-do-not-send="true" href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><o:p></o:p></pre>
        <pre><a moz-do-not-send="true" href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><o:p></o:p></pre>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a>
<a class="moz-txt-link-freetext" href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>