<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 14/04/2010 09:29, Jimmy Schementi wrote:
<blockquote
 cite="mid:7688D47D-1CC6-4313-AD6C-9D57CCB9CF0C@microsoft.com"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <div>
  <div>
  <div>[snip...]<br>
  <blockquote type="cite">
    <div><span></span><span>In general versions of IronPython built
against (for example) Silverlight 2 *can* use features from Silverlight
3. (Try Python uses IronPython that was built against Silverlight 2 -
but dynamically uses some Silverlight 3 APIs if they are available.) As
Silverlight 4 includes a different version of the CLR - and not just
different API sets - I guess it particularly makes a difference if you
are compiling C# code that works with IronPython. Odd and annoying that
it won't even add references to earlier versions though. Does
*everything* need to be specially compiled to be used with .NET 4?</span><br>
    <span></span><br>
    </div>
  </blockquote>
  <div><br>
  </div>
  <div>The *current* Silverlight builds can use SL4 features; like
webcam, etc. This is because IronPython calls .NET APIs dynamically.
However, since the Silverlight 2 builds don't statically depend on any
of the new APIs in the Silverlight 4, any CLR4 features that the
compilers/libraries usually depend on in .NET 4 aren't available in
Silverlight 4; that's what the Silverlight 4 build will do for you.</div>
  </div>
  </div>
  </div>
</blockquote>
<br>
Did you see the report of my problem with the RichTextBox with
IronPython 2.6.1 RC. Do you see the same problem?<br>
<br>
<br>
<blockquote
 cite="mid:7688D47D-1CC6-4313-AD6C-9D57CCB9CF0C@microsoft.com"
 type="cite">
  <div>
  <div>
  <div>
  <div><br>
  </div>
  <div>With regard to adding references to assemblies; as long as the
same APIs exist in both versions of Silverlight, it will work in both,
regardless of which compiler you use. It's the same situation with
different .NET versions. Did I miss something where someone reported
not being able to do this?</div>
  </div>
  </div>
  </div>
</blockquote>
<br>
The person who started this thread reported not being able to reference
the assemblies.<br>
<br>
All the best,<br>
<br>
Michael Foord<br>
<br>
<br>
<blockquote
 cite="mid:7688D47D-1CC6-4313-AD6C-9D57CCB9CF0C@microsoft.com"
 type="cite">
  <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>
<br>
<pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://www.ironpythoninaction.com/">http://www.ironpythoninaction.com/</a></pre>
</body>
</html>