>>> Not sure why the versions are different.

That was a lie ... I do know why the versions are different; everything that 
works with Silverlight 2 from Microsoft "should" have an assembly version of 
2.0, and a file version of 2.0.xxxxx.x, where the x's match the build number of 
whatever Silverlight release they are associated with.

~js

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jimmy Schementi
Sent: Thursday, September 18, 2008 2:38 PM
To: Discussion of IronPython
Cc: Discussion of IronPython
Subject: Re: [IronPython] IronPython and Silverlight SDK

Miha,

Not sure why the versions are different. Also, right now the actual binary 
versions aren't synced, but if you want I can update sdlsdk to the same version 
of ipyb5.

Sdlsdk is only intended for silverlight, since the binaries only work in sl, 
and the sources only compile "out-of-the-box" for sl. It's pretty clear that 
it's only for silverlight from the codeplex homepage.

~Jimmy
Sent from my phone

On Sep 18, 2008, at 1:23 PM, "Miha Valencic" <[EMAIL PROTECTED]<mailto:[EMAIL 
PROTECTED]>> wrote:
Hi!

I downladed the lastest SL SDK from codeplex and wanted to use ScriptRuntime 
and ruby & python engines with it.

I found out, that the API is quite different between IP 2.0b4 and the version 
included in the SL-SDK.

Is the SL-SDK version intended for "hosting" scenarios at all? Or is it 
Silverlight only? I noticed that the Microsoft.Scripting.dll is a version 2.0, 
whereas the one with IronPython b4 (and b5) is 1.0

While on the subject, how can I use the DLR in the "hosting scenario" and use 
either IronPython or IronRuby as a languages on top of it in the same 
ScriptRuntime?

Thanks,
  Miha

ps: The hosting-spec documents is ok to see the "overview" of what it is it 
supposed to do, but I am missing specifically some "guidance" on how to 
initialize the ScriptRuntime from configuration. What is expected there?
_______________________________________________
Users mailing list
Users@lists.ironpython.com<mailto:Users@lists.ironpython.com>
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to