Hi, I've pulled the code of the IronRubyMvc project and compiled - the sample project worked well. I noticed that the IronRubyMvc project references were using the IronRuby 0.4 version. I replaced that to the 0.9 version that I had. After that, the sample project doesn't load anymore and fails with the next error:
Server Error in '/' Application.Method not found: 'Void Microsoft.Scripting.Runtime.Scope.SetVariable(Microsoft.Scripting.SymbolId, System.Object)'.Line 537: internal void SetGlobalConstant(string/*!*/ name, object value) { Line 538: _globalScope.SetVariable(SymbolTable.StringToId(name), value); Line 539: } In Merlin\Main\Languages\Ruby\Ruby\Runtime\RubyContext.cs Is it something on my end or does the project need some modifications to work with the new version? Thanks! Shay. ---------------------------- Shay Friedman http://www.IronShay.com <http://www.ironshay.com/> Follow me: http://twitter.com/ironshay
_______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core