Hi! I'm using Microsoft Visual Studio 2010. I start to work with FluentNHibernate 1.1. After configuration.BuildSessionFactory() execute, i have exception.
Message "Could not load file or assembly 'Castle.DynamicProxy2, Version=2.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc' or one of its dependencies.
Castle.DynamicProxy2 present in project references, version is correct. Also this assembly present in build path. I can't resolve this problem...
p.s. i try to get last version of FluentNHibernate, build and run with assembly in my project. I have the same error.