Hi Ben,

I've sent you the files.  Now to answer the question as to why there is a
need for building against different assemblies. Because Silverlight includes
the CoreCLR something like a CLR lite :)   it has a different mscorlib with
less stuff in it.  Since mscorlib is the base library of the CLR you need to
have a different build for everything that relies on that CLR lite.  Which
is why you need a different System and so on.

So when you just use one or the other visual studio will take care of
selecting the appropriate assemblies for you. In this case you had to do it
manually. I don't think that will change in the future, what will change is
that you will be able to download IronRuby or IronPython or so and you can
then be sure that both rely on the same DLR so that you can support any of
those languages.

Cheers,
Ivan

On Wed, Jun 11, 2008 at 11:30 AM, Ben Hall <[EMAIL PROTECTED]> wrote:

> Hi Ivan,
>
> That would be great! Sent you a direct mail from my other account.
>
> Cheers
>
> Ben
>
> On Wed, Jun 11, 2008 at 12:01 AM, Ivan Porto Carrero
> <[EMAIL PROTECTED]> wrote:
> > I'm happy to send you the binaries if you want them.
> >
> > On Wed, Jun 11, 2008 at 10:51 AM, Ben Hall <[EMAIL PROTECTED]>
> wrote:
> >>
> >> Should these assemblies work with WinForms applications? I just posted
> >> a message on the IP list with an exception i'm getting.
> >>
> >> Guess I should have posted in here :)
> >>
> >> On Tue, Jun 10, 2008 at 11:44 PM, Ivan Porto Carrero
> >> <[EMAIL PROTECTED]> wrote:
> >> > No it's for xaml and eventually silverlight too probably.
> >> > At the moment I only have a little experiment online and I'm now the
> >> > more
> >> > useful version.
> >> >
> >> > Anyway I wanted a way to write my controls in IronRuby and then have
> >> > them
> >> > participate in a xaml layout as any CLR based control can do. At this
> >> > moment
> >> > I've made it so that you set the properties on the DLR based control
> >> > with a
> >> > language specific hash/dictionary. So if you use it in python you set
> >> > the
> >> > properties on the control using a python dictionary or at least that's
> >> > the
> >> > plan but for that I needed a common DLR which I have now.
> >> >
> >> > It's up on codeplex.
> >> > http://codeplex.com/dynamicscriptcontrol
> >> >
> >> > On Wed, Jun 11, 2008 at 10:30 AM, Jimmy Schementi
> >> > <[EMAIL PROTECTED]> wrote:
> >> >>
> >> >> What dynamic script control is this? For ASP.NET? Similar to this?
> >> >>
> >> >>
> >> >>
> >> >>
> http://blogs.msdn.com/dmitryr/archive/2008/05/06/dynamic-client-script-for-silverlight-2-beta2.aspx
> >> >>
> >> >>
> >> >>
> >> >> PS. I'm gonna get it updated for SL2Beta2 shortly …
> >> >>
> >> >>
> >> >>
> >> >> ~js
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> From: [EMAIL PROTECTED]
> >> >> [mailto:[EMAIL PROTECTED] On Behalf Of Ivan Porto
> >> >> Carrero
> >> >> Sent: Tuesday, June 10, 2008 2:32 PM
> >> >> To: [email protected]
> >> >> Subject: Re: [Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta
> 2
> >> >>
> >> >>
> >> >>
> >> >> Sweet. That means I can compile my dynamic script control for the all
> >> >> the
> >> >> DLR based languages.
> >> >>
> >> >> On Wed, Jun 11, 2008 at 9:29 AM, Ben Hall <[EMAIL PROTECTED]>
> >> >> wrote:
> >> >>
> >> >> Excellent!! A new set of IronPython, IronRuby and DLR assemblies.  I
> >> >> can actually get my app working tonight!
> >> >>
> >> >> Thanks
> >> >>
> >> >> Ben
> >> >> Blog.BenHall.me.uk
> >> >>
> >> >> On Tue, Jun 10, 2008 at 10:08 PM, Jimmy Schementi
> >> >> <[EMAIL PROTECTED]> wrote:
> >> >> >
> >> >> >
> >> >> >
> http://blog.jimmy.schementi.com/2008/06/dynamic-languages-in-silverlight-2-beta.html
> >> >> >
> >> >> > With the announcement of Silverlight 2 Beta 2, the Silverlight
> >> >> > Dynamic
> >> >> > Languages SDK has been updated as well!
> >> >> >
> >> >> > Download the Dynamic Languages SDK:
> >> >> >
> >> >> >
> >> >> >
> http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=14254
> >> >> >
> >> >> > There's a lot of new stuff here, from new versions of IronRuby,
> >> >> > IronPython, Managed JScript, and the Dynamic Languages Runtime, to
> >> >> > more
> >> >> > sample. Also, there are now three packages: SDK, SDK Samples, and
> SDK
> >> >> > Source.
> >> >> >
> >> >> >    * SDK: Necessary package to create dynamic language Silverlight
> >> >> > applications.
> >> >> >    * SDK Samples: a bunch of Ruby, Python, and JScript samples.
> Best
> >> >> > bet
> >> >> > is to unzip this in the SDK directory.
> >> >> >    * SDK Source Code: If you want to modify the
> >> >> > languages/DLR/Silverlight integration, you can do so here, and
> build
> >> >> > using
> >> >> > the given Solution file in Visual Studio. This will create a /bin
> >> >> > directory
> >> >> > with the identical binaries as the /bin directory in the SDK,
> however
> >> >> > without DLL signing.
> >> >> >
> >> >> > Enjoy!
> >> >> > ~Jimmy
> >> >> >
> >> >> > _______________________________________________
> >> >>
> >> >> > Ironruby-core mailing list
> >> >> > [email protected]
> >> >> > http://rubyforge.org/mailman/listinfo/ironruby-core
> >> >> >
> >> >> _______________________________________________
> >> >> Ironruby-core mailing list
> >> >> [email protected]
> >> >> http://rubyforge.org/mailman/listinfo/ironruby-core
> >> >>
> >> >>
> >> >>
> >> >> _______________________________________________
> >> >> Ironruby-core mailing list
> >> >> [email protected]
> >> >> http://rubyforge.org/mailman/listinfo/ironruby-core
> >> >>
> >> >
> >> >
> >> > _______________________________________________
> >> > Ironruby-core mailing list
> >> > [email protected]
> >> > http://rubyforge.org/mailman/listinfo/ironruby-core
> >> >
> >> >
> >> _______________________________________________
> >> Ironruby-core mailing list
> >> [email protected]
> >> http://rubyforge.org/mailman/listinfo/ironruby-core
> >
> >
> > _______________________________________________
> > Ironruby-core mailing list
> > [email protected]
> > http://rubyforge.org/mailman/listinfo/ironruby-core
> >
> >
> _______________________________________________
> Ironruby-core mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/ironruby-core
>
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to