Well as it so happens I dont&#39; know ;)<br><br>I&#39;d ask the MS guys if they want to flick me the source but i&#39;m guessing that&#39;s very unlikely to happen. Perhaps somebody from MS could do us a compile of those things?<br>
<br>Cheers<br>Ivan<br><br><div class="gmail_quote">On Wed, Jun 11, 2008 at 8:49 PM, Rainer Worbis &lt;<a href="mailto:r.worbis@cubido.at">r.worbis@cubido.at</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thank you, I will try that. Is there any chance to integrate a version of JScript into these Libraries?<br>
<br>
Rainer<br>
<br>
-----Ursprüngliche Nachricht-----<br>
Von: <a href="mailto:users-bounces@lists.ironpython.com">users-bounces@lists.ironpython.com</a> [mailto:<a href="mailto:users-bounces@lists.ironpython.com">users-bounces@lists.ironpython.com</a>] Im Auftrag von Ben Hall<br>

Gesendet: Mittwoch, 11. Juni 2008 10:24<br>
<div><div></div><div class="Wj3C7c">An: Discussion of IronPython<br>
Betreff: Re: [IronPython] System, Version <a href="http://2.0.5.0" target="_blank">2.0.5.0</a><br>
<br>
Not at the moment. Sounds like Beta 3 will be the next package,<br>
hopefully IronRuby will be packaged at the same time (I have requested<br>
a set of binaries already).<br>
<br>
To get this Dynamic silverlight package to compile for the desktop,<br>
what you need to do is this:<br>
1) Add a new build configuration.<br>
2) For each project in the properties, you need to remove the<br>
SILVERLIGHT compile flag (done on the Build tab of the properties).<br>
3) Update all the references for the .Net 2.0 assemblies (mscorlib,<br>
system) to use .Net <a href="http://2.0.0.0" target="_blank">2.0.0.0</a> and not Silverlight.<br>
<br>
When you compile, the code has special checks to see if the<br>
SILVERLIGHT flag has been set, if it hasn&#39;t (because we removed it on<br>
the properties) then that code isn&#39;t compiled into the release. &nbsp;As<br>
such, it will work on the desktop.<br>
<br>
This step should have been done for us in Beta 3 so we can just<br>
compile the code for desktop\silverlight based on our requirements.<br>
<br>
Hope this makes sense,<br>
<br>
Ben<br>
<br>
<br>
On Wed, Jun 11, 2008 at 5:51 AM, Rainer Worbis &lt;<a href="mailto:r.worbis@cubido.at">r.worbis@cubido.at</a>&gt; wrote:<br>
&gt; Hallo,<br>
&gt;<br>
&gt;<br>
&gt; Is there an &#39;easy&#39; to use package which includes IronPython, Ruby and JScript for use with desktop applications - or an documentation how to compile these things from an silverlight distributation?<br>
&gt;<br>
&gt; Rainer<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; -----Ursprüngliche Nachricht-----<br>
&gt; Von: <a href="mailto:users-bounces@lists.ironpython.com">users-bounces@lists.ironpython.com</a> [mailto:<a href="mailto:users-bounces@lists.ironpython.com">users-bounces@lists.ironpython.com</a>] Im Auftrag von Srivatsn Narayanan<br>

&gt; Gesendet: Mittwoch, 11. Juni 2008 00:54<br>
&gt; An: Discussion of IronPython<br>
&gt; Betreff: Re: [IronPython] System, Version <a href="http://2.0.5.0" target="_blank">2.0.5.0</a><br>
&gt;<br>
&gt; The DSL package has the languages and DLR sources compiled against the silverlight CLR. The sources need to be compiled against the desktop CLR for it to work with <a href="http://2.0.0.0" target="_blank">2.0.0.0</a>. For the latest desktop IronPython you&#39;d need to wait for IronPython beta 3 coming very soon.<br>

&gt;<br>
&gt; -----Original Message-----<br>
&gt; From: <a href="mailto:users-bounces@lists.ironpython.com">users-bounces@lists.ironpython.com</a> [mailto:<a href="mailto:users-bounces@lists.ironpython.com">users-bounces@lists.ironpython.com</a>] On Behalf Of Ben Hall<br>

&gt; Sent: Tuesday, June 10, 2008 3:49 PM<br>
&gt; To: Discussion of IronPython<br>
&gt; Subject: [IronPython] System, Version <a href="http://2.0.5.0" target="_blank">2.0.5.0</a><br>
&gt;<br>
&gt; Hello,<br>
&gt;<br>
&gt; I have just downloaded and upgraded my WinForms application to use the<br>
&gt; latest Dynamic Languages for Silverlight Beta 2. &nbsp;I think I must be<br>
&gt; confused, but the two DLR assemblies (Microsoft.Scripting.Core,<br>
&gt; Version=<a href="http://2.0.5.0" target="_blank">2.0.5.0</a>, Culture=neutral, PublicKeyToken=31bf3856ad364e35 and<br>
&gt; Microsoft.Scripting, Version=<a href="http://2.0.5.0" target="_blank">2.0.5.0</a>, Culture=neutral,<br>
&gt; PublicKeyToken=31bf3856ad364e35) both reference System, Version<br>
&gt; <a href="http://2.0.5.0" target="_blank">2.0.5.0</a> - the one shipped with Silverlight and not System, Version<br>
&gt; <a href="http://2.0.0.0" target="_blank">2.0.0.0</a> as shipped with IronPython Beta 2.<br>
&gt;<br>
&gt; I expected the DLR assemblies to work in both WinForms and Silverlight.<br>
&gt;<br>
&gt; As such, when I try and execute IronPython code, I get the following exception.<br>
&gt;<br>
&gt; Unhandled Exception System.IO.FileNotFoundException: Could not load<br>
&gt; file or assembly &#39;System, Version=<a href="http://2.0.5.0" target="_blank">2.0.5.0</a>, Culture=neutral,<br>
&gt; PublicKeyToken=7cec85d7bea7798e&#39; or one of its dependencies. The<br>
&gt; system cannot find the file specified.<br>
&gt; File name: &#39;System, Version=<a href="http://2.0.5.0" target="_blank">2.0.5.0</a>, Culture=neutral,<br>
&gt; PublicKeyToken=7cec85d7bea7798e&#39;<br>
&gt; &nbsp; at IronPython.Compiler.Parser.Reset(SourceUnit sourceUnit,<br>
&gt; PythonLanguageFeatures languageFeatures)<br>
&gt; &nbsp; at IronPython.Compiler.Parser..ctor(Tokenizer tokenizer, ErrorSink<br>
&gt; errorSink, ParserSink parserSink, PythonLanguageFeatures<br>
&gt; languageFeatures)<br>
&gt; &nbsp; at IronPython.Compiler.Parser.CreateParser(CompilerContext context,<br>
&gt; PythonEngineOptions options, Boolean verbatim)<br>
&gt; &nbsp; at IronPython.Compiler.Parser.CreateParser(CompilerContext context,<br>
&gt; PythonEngineOptions options)<br>
&gt; &nbsp; at IronPython.Runtime.PythonContext.ParseSourceCode(CompilerContext context)<br>
&gt; &nbsp; at Microsoft.Scripting.SourceUnit.Parse(CompilerOptions options,<br>
&gt; ErrorSink errorSink)<br>
&gt; &nbsp; at Microsoft.Scripting.SourceUnit.Compile(CompilerOptions options,<br>
&gt; ErrorSink errorSink)<br>
&gt; &nbsp; at Microsoft.Scripting.SourceUnit.Execute(Scope scope, ErrorSink errorSink)<br>
&gt; &nbsp; at Microsoft.Scripting.SourceUnit.Execute(Scope scope)<br>
&gt; &nbsp; at Microsoft.Scripting.Hosting.ScriptScope.Execute(String code)<br>
&gt; &nbsp; at DLRHost.Engine.ScriptExecutor.ExecuteStatement(String code) in<br>
&gt; E:\Source Control\DLRHost\trunk\src\DLRHost.Engine\ScriptExecutor.cs:line<br>
&gt; 33<br>
&gt;<br>
&gt; If someone could explain this to me, that would be great!<br>
&gt;<br>
&gt; Thanks<br>
&gt;<br>
&gt; Ben<br>
&gt; <a href="http://Blog.BenHall.me.uk" target="_blank">Blog.BenHall.me.uk</a><br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>
&gt; <a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>
&gt; <a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>
&gt; <a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>
&gt;<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>
<a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>
<a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>
</div></div></blockquote></div><br>