views:

339

answers:

1

What do you need to do or install to get the The ActiveRecord VS Solution Template working in Visual Studio 2008? I have installed the Castle Project, but I don't see any new solution templates in VS2008.

+1  A: 

If you're using Castle RC3, the MSI installer includes Visual Studio integration for VS2003 and VS2005 only. For VS2008 integration, see this post.

Mauricio Scheffer
+1 - thanks for the info. Could you also tell me which files are required in the Bin folder when you deploy an app?
tyndall
For ActiveRecord RC3: Castle.Components.Validator, Castle.Core, Iesi.Collections, NHibernate, Castle.DynamicProxy, log4net
Mauricio Scheffer