`
kingfly.good
  • 浏览: 27123 次
  • 性别: Icon_minigender_1
  • 来自: 成都
最近访客 更多访客>>
社区版块
存档分类
最新评论

Association references unmapped class的解决方法

阅读更多
搞了半天,原来我的NHibernate.cfg.xml文件里没加上新增加的hbm.xml文件
加上
<mapping resource="wisers/weboa/project/model/xml/item.hbm.xml" />!

将实体类对应的XML文件的生产操作属性设置成嵌入的资源

在实体类中除了加入数据访问层命名空间之外(using DAL;)
还必须加入
using System.Collections;

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics