Re: [nhusers] Castle trouble ...

2010-04-06 Thread Kris-I
Well I got the package and the castle package and place all the file from castle in the hornget package. On 6 April 2010 14:28, Kris-I wrote: > That come from there : > > http://www.hornget.net/packages/frameworks/rhino.tools/rhino.commons/rhino.commons-trunk > > I use assemblies from there onnl

Re: [nhusers] Castle trouble ...

2010-04-06 Thread Kris-I
That come from there : http://www.hornget.net/packages/frameworks/rhino.tools/rhino.commons/rhino.commons-trunk I use assemblies from there onnly. 2010/3/31 Krzysztof Koźmic > why are you using old Castle assemblies in new project? -- You received this message because you are subscribed to th

Re: [nhusers] Castle trouble ...

2010-03-31 Thread Krzysztof Koźmic
why are you using old Castle assemblies in new project? 2010/3/31 Paulo Quicoli : > Check you VS project references out > > 2010/3/31 Kris-I >> >> Hello, >> It's not really a trouble NHibernate but I do this : >> This work : >> IWindsorContainer container = new WindsorContainer(); >> This no

[nhusers] Castle trouble ...

2010-03-31 Thread Kris-I
Hello, It's not really a trouble NHibernate but I do this : This work : IWindsorContainer container = new WindsorContainer(); This not work : IWindsorContainer container = new WindsorContainer(); container = new WindsorContainer().Install(Configuration.FromXmlFile("Configs/Windsor.config")); com