未能加载文件或程序集“Antlr3.Runtime, Version=3.1.0.39271, Culture=neutral, PublicKeyToken=3a9cab8f8d22bfb7”或它的某一个依赖项。系统找不到指定的文件。
string strHQL = ""; IList lst = Session.CreateQuery(strHQL).List();
NHibernate是从1.2升级到3.0
把Antlr3.Runtime这些库放上就行了, http://news.cnblogs.com/forum/topic/39769/ 这个地址解释了库的作用。