Requirements
We assume that you have Castle Project assemblies and the NHibernate assemblies that comes with it. If you don't, we encourage you to download the MSI installer distribution, as it makes the assemblies visible to Visual Studio.
This Getting started assumes that you are using MSSQL Server 2005, but any other database supported by NHibernate will do.
If you are using Visual Studio .Net, add references to the following assemblies:
- Castle.ActiveRecord.dll
- Castle.Core.dll
- Castle.Components.Validator.dll
- Castle.DynamicProxy.dll
- NHibernate.dll
- Iesi.Collections.dll
- log4net.dll
If you are using another environment or compiling with NAnt, make sure assemblies above are referenced from the Castle installation directory.
Proceed with Creating the database and tables.