BuddyJoe
BuddyJoe

Reputation: 71111

Castle ActiveRecord, Web Project, and the Bin folder

Which assemblies are necessary to add to the Bin folder for ASP.NET 3.5 project that is going to use Castle ActiveRecord?

Is it:
Castle.ActiveRecord.dll
Castle.Core.dll
Iesi.Collections.dll
NHibernate.dll
log4net.dll

What else is needed?

Upvotes: 0

Views: 361

Answers (1)

Mauricio Scheffer
Mauricio Scheffer

Reputation: 99740

For Castle RC3, you're missing Castle.DynamicProxy.dll and Castle.Components.Validator.dll

Upvotes: 2

Related Questions