Where do I have to go to get the dynamic silverlight bits? I''ve got chiron going but am still looking for the dsl command. Do I have to monitor the silverlight site for that? Cheers Ivan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20080308/6e93787b/attachment.html
In the presentation yesterday they told us to monitor dynamicsilverlight.net and their blogs. They were still packing everything up when mix was closing up. Aaron On Mar 8, 2008, at 4:40, "Ivan Porto Carrero" <ivan at flanders.co.nz> wrote:> Where do I have to go to get the dynamic silverlight bits? > I''ve got chiron going but am still looking for the dsl command. > > Do I have to monitor the silverlight site for that? > > Cheers > Ivan > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core
Aaron Junod:> In the presentation yesterday they told us to monitor > dynamicsilverlight.net and their blogs. They were still packing > everything up when mix was closing up.It''s up @ http://www.dynamicsilverlight.net. The bits are there along with a bunch of samples. The hands-on-lab that we created for MIX is there too. I wrote a 3-part blog entry on dynamic Silverlight. It''s the set of demos that we showed at our talk at MIX: Part 1: http://www.iunknown.com/2008/03/dynamic-silverl.html Part 2: http://www.iunknown.com/2008/03/dynamic-silve-1.html Part 3: http://www.iunknown.com/2008/03/dynamic-silve-2.html Jimmy Schementi and I gave a talk at MIX on this stuff too: http://visitmix.com/blogs/2008Sessions/T28/ Thanks, -John
yep I tried following that but in the MVC App i get an error when I want to run the mvc app. Initialize Error- Failed to load prerequisites for the application either mvc_start or mvc_end it makes no difference. The chiron that is in the DynamicSilverlight folder complains about strong name validation. So I used the chiron that came with the SDK instead. I must be doing something wrong. I''m still playing with it and will be for the remainder of the day. Cheers Ivan On Sun, Mar 9, 2008 at 4:35 PM, John Lam (DLR) <jflam at microsoft.com> wrote:> Aaron Junod: > > > In the presentation yesterday they told us to monitor > > dynamicsilverlight.net and their blogs. They were still packing > > everything up when mix was closing up. > > It''s up @ http://www.dynamicsilverlight.net. The bits are there along with > a bunch of samples. The hands-on-lab that we created for MIX is there too. > > I wrote a 3-part blog entry on dynamic Silverlight. It''s the set of demos > that we showed at our talk at MIX: > > Part 1: http://www.iunknown.com/2008/03/dynamic-silverl.html > Part 2: http://www.iunknown.com/2008/03/dynamic-silve-1.html > Part 3: http://www.iunknown.com/2008/03/dynamic-silve-2.html > > Jimmy Schementi and I gave a talk at MIX on this stuff too: > > http://visitmix.com/blogs/2008Sessions/T28/ > > Thanks, > -John > > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20080309/e01bfe1a/attachment.html
Ivan Porto Carrero:> yep > > I tried following that but in the MVC App i get an error when I want > to run the mvc app. > Initialize Error- Failed to load prerequisites for the application > > either mvc_start or mvc_end it makes no difference. > The chiron that is in the DynamicSilverlight folder complains about > strong name validation. So I used the chiron that came with the SDK > instead. > > I must be doing something wrong. I''m still playing with it and will be > for the remainder of the day.There''s a bunch of issues around getting paths to line up correctly, versioning etc. I suspect there''s something busted along those lines. I''ll troubleshoot on Monday and we''ll post an update once we''ve got things to install cleanly on a machine that doesn''t have any older bits on it ... Thanks, -John
Ok .. I''ll try with a clean application a bit later on today and build the pages from scratch to see how that goes. I''ll let you know the results On Sun, Mar 9, 2008 at 5:07 PM, John Lam (DLR) <jflam at microsoft.com> wrote:> Ivan Porto Carrero: > > > yep > > > > I tried following that but in the MVC App i get an error when I want > > to run the mvc app. > > Initialize Error- Failed to load prerequisites for the application > > > > either mvc_start or mvc_end it makes no difference. > > The chiron that is in the DynamicSilverlight folder complains about > > strong name validation. So I used the chiron that came with the SDK > > instead. > > > > I must be doing something wrong. I''m still playing with it and will be > > for the remainder of the day. > > There''s a bunch of issues around getting paths to line up correctly, > versioning etc. I suspect there''s something busted along those lines. > > I''ll troubleshoot on Monday and we''ll post an update once we''ve got things > to install cleanly on a machine that doesn''t have any older bits on it ... > > Thanks, > -John > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20080309/a61f26e4/attachment-0001.html
Ivan, The dsl command simply copied the files from the hello_world sample in http://dynamicsilverlight.net/dynamic-silverlight.zip to a new directory. You can start off with the hello_world sample. I haven?t included that command in there yet, but it?ll be included soon. ~Jimmy From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Ivan Porto Carrero Sent: Saturday, March 08, 2008 1:41 AM To: ironruby-core at rubyforge.org Subject: [Ironruby-core] dynamic silverlight Where do I have to go to get the dynamic silverlight bits? I''ve got chiron going but am still looking for the dsl command. Do I have to monitor the silverlight site for that? Cheers Ivan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20080310/72ea30e0/attachment.html
Yes thanks for that. I realised that 2 minutes after I sent my original email. I did like the idea so i created my own dsl.rb script that basically does the same :) On Tue, Mar 11, 2008 at 12:29 PM, Jimmy Schementi < Jimmy.Schementi at microsoft.com> wrote:> Ivan, > > > > The dsl command simply copied the files from the hello_world sample in > http://dynamicsilverlight.net/dynamic-silverlight.zip to a new directory. > You can start off with the hello_world sample. > > > > I haven''t included that command in there yet, but it''ll be included soon. > > > > ~Jimmy > > > > *From:* ironruby-core-bounces at rubyforge.org [mailto: > ironruby-core-bounces at rubyforge.org] *On Behalf Of *Ivan Porto Carrero > *Sent:* Saturday, March 08, 2008 1:41 AM > *To:* ironruby-core at rubyforge.org > *Subject:* [Ironruby-core] dynamic silverlight > > > > Where do I have to go to get the dynamic silverlight bits? > I''ve got chiron going but am still looking for the dsl command. > > Do I have to monitor the silverlight site for that? > > Cheers > Ivan > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20080311/8a32a228/attachment.html