Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该开始使用 NHibernate 编写一个用 ASP.NET MVC2 编写的项目。我更熟悉实体框架。
有没有办法检查应用程序正在使用哪个 NHibernate 版本?
在 Visual Studio 上,使用 nhibernate 转到项目,然后打开引用文件夹,右键单击nhibernate程序集并单击属性。您应该能够看到版本。
nhibernate
您可以在 Visual Studio 之外执行类似的操作,右键单击nhibernate.dll并检查details选项卡上的程序集版本。
nhibernate.dll
details