Hi, I had to recompile NHibernate.dll (I didn't not recompile the ByteCodes). It seems to work but the recompiled version has a size of 1.720Ko and the one in the bin has a size of 1.736Ko (I don't know what's the cause of that difference). Another problem now is that NHibernate.Caches.SysCache.SysCacheProvider doesn't work anymore. It seems that NHibernate.Caches.SysCache.dll is not compatible with latest version of NHibernate.dll
Cheers On Mar 19, 5:48 pm, Fabio Maulo <[email protected]> wrote: > mmmm perhaps is only a problem of the distribution... if so I'm sorry.Please > try to re-build each NHibernate.Bytecode.XYZ and let us know what happen. > Thanks. > > 2009/3/19 nasedo47 <[email protected]> > > > > > > > Hi, > > > I have the same problems but with both LinFu and Castle. > > I am using the Configuration.SetProperty to configure NHibernate > > instead of using an app.config file. > > > I wrote: > > > _cfg = new Configuration(); > > _cfg.SetProperty("connection.driver_class", > > "NHibernate.Driver.SQLite20Driver"); > > _cfg.SetProperty("connection.connection_string", _connection_string); > > _cfg.SetProperty("dialect", "NHibernate.Dialect.SQLiteDialect"); > > _cfg.SetProperty("query.substitutions", "true=1;false=0"); > > _cfg.SetProperty("proxyfactory.factory_class", > > "NHibernate.ByteCode.LinFu.ProxyFactoryFactory, > > NHibernate.ByteCode.LinFu"); > > > and I have the exactly same error as listed above. > > > I have added the required dll to my projects (using VS2008 -> Add > > reference & copy local = True). > > The dlls are copied to my /bin/x86/Debug (where my application is). > > > On Mar 17, 4:06 pm, Dario Quintana <[email protected]> > > wrote: > > > Me too + own applications > > > > On Tue, Mar 17, 2009 at 11:02 AM, Fabio Maulo <[email protected]> > > wrote: > > > > We are using LinFu to run all NHibernate test without any kind of > > problem. > > > > -- > > > Dario Quintanahttp://darioquintana.com.ar > > -- > Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
