[nhusers] Re: Upgrade to 2.1.0.Alpha1 doesn't work with LinFu

2009-03-20 Thread Gustavo Ringel
Every library you want to use with NH Alpha should be compiled with the Alpha of NH... There isn't so match science on this, but if you miss one of them you will get compiling errors because of the versions. In any case 2.0.0.1001...i think there never had been a version like this for NH :) Gusta

[nhusers] Re: Upgrade to 2.1.0.Alpha1 doesn't work with LinFu

2009-03-20 Thread nasedo47
Still have assembly error about versions 2.0.0.1001, 2.0.1.4000 of NHibernate.dll I think I have to go back to NHibernate 2.0 :-/ On Mar 20, 1:41 pm, Fabio Maulo wrote: > 2009/3/20 nasedo47 > > > > > Could you please tell me exactly where do I find those files? I am not > > really familiar with

[nhusers] Re: Upgrade to 2.1.0.Alpha1 doesn't work with LinFu

2009-03-20 Thread Fabio Maulo
2009/3/20 nasedo47 > > Could you please tell me exactly where do I find those files? I am not > really familiar with the NH-Contrib thing. > Or maybe a link to download the new dll file? http://sourceforge.net/projects/nhcontrib btw NH-Contrib is not so new... it born with NH2.0.0 more than on

[nhusers] Re: Upgrade to 2.1.0.Alpha1 doesn't work with LinFu

2009-03-20 Thread nasedo47
Could you please tell me exactly where do I find those files? I am not really familiar with the NH-Contrib thing. Or maybe a link to download the new dll file? Thanks a lot On Mar 20, 11:43 am, Fabio Maulo wrote: > ah... I have compiled SysCacheProvider using NH2.1.0 without problems. > > 2009/

[nhusers] Re: Upgrade to 2.1.0.Alpha1 doesn't work with LinFu

2009-03-20 Thread Fabio Maulo
ah... I have compiled SysCacheProvider using NH2.1.0 without problems. 2009/3/20 Fabio Maulo > NHibernate.Caches.SysCache.SysCacheProvider is in NH-Contrib and it will be > deployed in some moment after NH-Core final release.BTW you can try > downloading the code of all cache and, if you have a

[nhusers] Re: Upgrade to 2.1.0.Alpha1 doesn't work with LinFu

2009-03-20 Thread Fabio Maulo
NHibernate.Caches.SysCache.SysCacheProvider is in NH-Contrib and it will be deployed in some moment after NH-Core final release.BTW you can try downloading the code of all cache and, if you have a problem, you can use the nh-contrib-dev-list. 2009/3/20 nasedo47 > > Hi, > > I had to recompile NHi

[nhusers] Re: Upgrade to 2.1.0.Alpha1 doesn't work with LinFu

2009-03-20 Thread nasedo47
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.S

[nhusers] Re: Upgrade to 2.1.0.Alpha1 doesn't work with LinFu

2009-03-19 Thread Fabio Maulo
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 > > Hi, > > I have the same problems but with both LinFu and Castle. > I am using the Configuration.SetProperty to con

[nhusers] Re: Upgrade to 2.1.0.Alpha1 doesn't work with LinFu

2009-03-19 Thread nasedo47
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.SetProper

[nhusers] Re: Upgrade to 2.1.0.Alpha1 doesn't work with LinFu

2009-03-17 Thread Dario Quintana
Me too + own applications On Tue, Mar 17, 2009 at 11:02 AM, Fabio Maulo wrote: > We are using LinFu to run all NHibernate test without any kind of problem. -- Dario Quintana http://darioquintana.com.ar --~--~-~--~~~---~--~~ You received this message because y

[nhusers] Re: Upgrade to 2.1.0.Alpha1 doesn't work with LinFu

2009-03-17 Thread Fabio Maulo
We are using LinFu to run all NHibernate test without any kind of problem.I tried LinFu in others prj without problems and some other users said me that they are using LinFu only to avoid re-build of NH+Castle when they check-out a fresh repository from Castle. In the distribution you have : Castle

[nhusers] Re: Upgrade to 2.1.0.Alpha1 doesn't work with LinFu

2009-03-17 Thread Ramon Smits
On Mar 17, 2:53 pm, Fabio Maulo wrote: > You can use another Dynamic-Proxy system; LinFu is only one option and, if > you want, you can use the LinFu forum explain your problem. The Castle proxy works fine.. forgot to mention that which is pretty important information. Okey, will ask the quest

[nhusers] Re: Upgrade to 2.1.0.Alpha1 doesn't work with LinFu

2009-03-17 Thread Fabio Maulo
You can use another Dynamic-Proxy system; LinFu is only one option and, if you want, you can use the LinFu forum explain your problem. 2009/3/17 Ramon Smits > > > Hi, > > I've updated one of our projects to 2.1.0.Alpha1 and adjusted the > NHibernate configuration to use LinFu: > > 1. Adjusted th