>
> Hi there,
>
> I am trying to initialize an iron ruby engine for execution of code
> snipptes from a c# application. extensive googling has not helped me with
> the task because there seem to have been much changes in iron ruby lately.
> Here is my code:
>
> var runtime = Ruby.CreateRuntime();
> var engine = m_runtime.GetEngine("IronRuby"); // <---
> InvalidImplementationException is thrown here
>not sure if it will solve your issue, but here's what I'm using (worked a few days ago - code snippet sent by Tomas Matousek): var engine = IronRuby.Ruby.CreateEngine(); engine.Execute(code); hth, -- Thibaut
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
