开发者

Fluent NHibernate and NHibernate version issue

开发者 https://www.devze.com 2023-03-16 19:30 出处:网络
Could not load file or assembly \'NHibernate, Version=3.2开发者_如何学C.0.2002, Culture=neutral, PublicKeyToken=aa95f207798dfdb4\' or one of its dependencies. The system cannot find the file specified

Could not load file or assembly 'NHibernate, Version=3.2开发者_如何学C.0.2002, Culture=neutral, PublicKeyToken=aa95f207798dfdb4' or one of its dependencies. The system cannot find the file specified.


This could be caused by a number of things, but the most probable cause is that your start up project does not reference the assembly 'NHibernate, Version=3.2.0.2002, Culture=neutral, PublicKeyToken=aa95f207798dfdb4' although other assemblies you have referenced use the assembly.

Add the assembly to the start up project and you shall be fine.

And please try to ask questions in a better manner.


It seems FHN has not a build for NH 3.2 yet, because it's in RC state right now. So you can use asm binding redirect for now.

0

精彩评论

暂无评论...
验证码 换一张
取 消