Thank you Mauricio. And I have an other problem. I have posted it ,but got nothing useful. Can anyone help me?
http://groups.google.com/group/castle-project-devel/browse_thread/thread/8aeeed8c38af5f2b The config: <?xml version="1.0" encoding="utf-8" ?> <configuration> <facilities> <facility id="atmfacility" type="Castle.Facilities.AutoTx.TransactionFacility, Castle.Facilities.AutoTx" isWeb ="true" isDebug ="true" > </facility> <facility id="arfacility" type="Castle.Facilities.ActiveRecordIntegration.ActiveRecordFacility, Castle.Facilities.ActiveRecordIntegration"> <assemblies> <item>DAL</item> </assemblies> <config> <add key="connection.driver_class" value="NHibernate.Driver.MySqlDataDriver" /> <add key="dialect" value="NHibernate.Dialect.MySQLDialect" /> <add key="connection.provider" value="NHibernate.Connection.DriverConnectionProvider" /> <add key="connection.connection_string" value="Database=db3j;Data Source=192.168.10.34;User Id=jmln;Password=jmln" /> <add key="proxyfactory.factory_class" value="NHibernate.ByteCode.Castle.ProxyFactoryFactory,NHibernate.ByteCode.Castle" / > <add key="show_sql" value="true" /> </config> </facility> </facilities> </configuration> On 1月14日, 上午10时55分, Mauricio Scheffer <[email protected]> wrote: > The ActiveRecord facility is a separate project. You can find the last > release in the download > page:http://www.castleproject.org/castle/download.html#ARI > <http://www.castleproject.org/castle/download.html#ARI>Source > code:https://github.com/castleproject/Castle.Facilities.ActiveRecordIntegr... > > -- > Mauricio > > On Thu, Jan 13, 2011 at 10:55 PM, languanghao <[email protected]> wrote: > > HI, > > > I try to use ActiveRecord Integration Facility in my project,but > > there's no namespace named 'ActiveRecordIntegration' in > > 'Castle.Facilities'. I want to know if I don't reference the dll file. > > > Castle.Windsor > > Castle.Services.Transaction > > > -- > > You received this message because you are subscribed to the Google Groups > > "Castle Project Users" group. > > To post to this group, send email to [email protected] > > . > > To unsubscribe from this group, send email to > > [email protected]<castle-project-users%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/castle-project-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Castle Project Users" 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/castle-project-users?hl=en.
