FluentNhibernate TypeLoadException
问题 I'm trying to build a sample MVC3 project using FluentNhibernate, and I'm getting a typeloadexception when I try to create a sessionFactory. SessionFactory //using System; //using NHibernate; //using NHibernate.Cfg; //using FluentNHibernate.Cfg; //using FluentNHibernate.Cfg.Db; //using System.Collections.Generic; //using System.Linq; //using System.Web; //using System.Web.Mvc; public class SessionProvider { public SessionProvider () { } public static ISessionFactory BuildFactory() { return