I don't know. Revision 113 has the SIGNED symbol set in a number of projects.
When I was having this problem last week the Ruby.Console was able to load up and run code. It was only when you require a file that it popped up exactly this error. [I haven't looked but I suspect that Ruby.Console is able to load up IronRuby.dll without doing the strong named assembly lookup.] Pete -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Curt Hagenlocher Sent: Sunday,08 June 08, 2008 19:07 To: [email protected]; [EMAIL PROTECTED] Subject: Re: [Ironruby-core] Trying to duplicate Phil Haack's example I don't think he would have gotten that far if it were. Ruby.Runtime.RubyContext is in IronRuby.dll, which has to be loaded in order to do anything at all. Offhand, I'd say that versioning is the most likely source of the problem, perhaps related to changes in file names. Make sure that there's no copy of rbx.exe or Ruby.dll someplace where they might cause trouble, as these have been replaced by ir.exe and IronRuby.dll. And after deletion, do the equivalent of a "rebuild all" for good measure. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Bacon Darwin Sent: Sunday, June 08, 2008 10:59 AM To: [EMAIL PROTECTED]; [email protected] Subject: Re: [Ironruby-core] Trying to duplicate Phil Haack's example Is this not the old SIGNED problem? Pete -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Akins Sent: Sunday,08 June 08, 2008 17:39 To: [email protected] Subject: [Ironruby-core] Trying to duplicate Phil Haack's example Using rev 113, I tried to duplicate Phil Haack's blog post (here http://haacked.com/archive/2008/04/09/my-first-ironruby-unit-test-spec-for-a sp.net-mvc.aspx) I downloaded Rspec 1.1.4 and ran the exact code from the blog; setting the path on the first 'require' to point to where I extracted RSpect require File.dirname(__FILE__) + '/../../Libraries/rspec-1.1.4/spec/spec_helper' The error I get is: IronRuby.Libraries:0:in `require': Type 'IronRuby, Version=1.0.0.0, Culture=neut ral, PublicKeyToken=31bf3856ad364e35, Ruby.Runtime.RubyContext' is missing or ca nnot be loaded. (Microsoft::Scripting::Runtime::MissingTypeException) from :0:in `Initialize##1' When I comment out the entire file, and just include the first 'require' I still get this error; so I assume the problem is in loading that RSpect spec_helper file? Anyone else run into this? -- Greg Akins http://www.pghcodingdojo.org http://www.insomnia-consulting.org/monologue _______________________________________________ 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
