Create a new file ir.exe.config next to ir.exe.
Tomas
-Original Message-
From: ironruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Poojan Wagh
Sent: Thursday, January 06, 2011 6:36 AM
To: ironruby-core@rubyforge.org
Subject: [Ironruby-core] Locat
Hi,
You can find the ir app.config included in the IronLanguages repository, iirc
Bin/Debughttps://github.com/IronLanguages/main
Personally I've found that no matter what you put in there at least for
LibraryPaths / StdLib settings,if you have IronRuby installed it will not take
your settings.
Hello,
I am since some weeks working with IronRuby.I do not consider myself a great
programmer in neither Ruby or .NET, yet I really love Ruby, and in these past
few weeks IronRuby and .NET in general has really grown on me; very powerful!So
first; my gratitude for this amazing product, thanks
Hi,
You can find the ir app.config included in the IronLanguages repository, iirc
Bin/Debughttps://github.com/IronLanguages/main
Personally I've found that no matter what you put in there at least for
LibraryPaths / StdLib settings,if you have IronRuby installed it will not take
your settings.
I'm trying to set the useLegacyV2RuntimeActivationPolicy option so that
my IronRuby script can reference .NET 2.0 assemblies from .NET 4.0. I
found a few references that say that .NET will run the script in
IronRuby's (ir.exe) app domain, so I need to modify ir.exe.config.
However, for IronRub