Re: [Ironruby-core] Location of ir.exe.config in IronRuby 1.1

2011-01-06 Thread Tomas Matousek
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

Re: [Ironruby-core] interfacing with the Asynchronous Programming Model

2011-01-06 Thread Sick Boy
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.

[Ironruby-core] IR WPF Project, ActiveRecord sqlite3-ironruby writes slow, reads fast

2011-01-06 Thread Sick Boy
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

Re: [Ironruby-core] Location of ir.exe.config in IronRuby 1.1

2011-01-06 Thread Sick Boy
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.

[Ironruby-core] Location of ir.exe.config in IronRuby 1.1

2011-01-06 Thread Poojan Wagh
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