No, I mean: Ruby.Runtime.RubyTopLevelScope.TopMethodMissing. I'm not sure you can build successfully against Silverlight. There might have been some changes in Silverlight that required us to change DLR/IronRuby code since the last public release.
Tomas -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Clauson Sent: Thursday, July 17, 2008 10:32 PM To: [email protected] Subject: Re: [Ironruby-core] Using Local Variable in Silverlight Tomas Matousek wrote: > Oh, I know what this is. Could you verify that the method is internal in > the bits you're using? > The method should be public and it is in the current code. > > Tomas Hi Tomas, Do you mean the CreateScope method, i.e. IronRuby.CreateRuntime().CreateScope("IronRuby")? I was using the IronRuby version from the Silverlight DLR SDK on http://www.codeplex.com/sdlsdk release id 14254. I don't think the method CreateScope could have been internal as I wouldn't have been able to call it? I did attempt to build the IronRuby code from svn with the SILVERLIGHT pre-compilation option sent but got a fair few errors so tried the SDK version instead. I'll give building from SVN another attempt. Regards, Aaron -- Posted via http://www.ruby-forum.com/. _______________________________________________ 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
