Re: [Ironruby-core] requiring .NET assemblies

2008-02-18 Thread Ivan Porto Carrero
ah k I'll try that thanks On Feb 19, 2008 4:34 PM, Curt Hagenlocher [EMAIL PROTECTED] wrote: I got basically the same result when trying to use a SubSonic-generated DLL from IronPython. The Assembly.GetTypes function wasn't able to resolve the generated classes because Could not load file or

Re: [Ironruby-core] requiring .NET assemblies

2008-02-18 Thread Eric Nicholson
Where is the assembly that contains Customer? Is that DataAccess.SubSonic.dll? BTW: ActiveRecord (from Castle) does not require you to inherit ActiveRecordBase. You can just mark up your classes with attributes and use ActiveRecordMediator for all the CRUD. -Eric On Feb 18, 2008 3:30 PM,

Re: [Ironruby-core] requiring .NET assemblies

2008-02-18 Thread Ivan Porto Carrero
Thanks a lot that works :) On Feb 19, 2008 4:34 PM, Curt Hagenlocher [EMAIL PROTECTED] wrote: I got basically the same result when trying to use a SubSonic-generated DLL from IronPython. The Assembly.GetTypes function wasn't able to resolve the generated classes because Could not load file