其他分享
首页 > 其他分享> > nhibernate常见错误

nhibernate常见错误

作者:互联网

unitinfoDAOTest.unitinfoDAOTest.UpdateTest:
SetUp : NHibernate.MappingException : Domain.unitinfo.hbm.xml(7,6): XML validation error: 元素 命名空间“urn:nhibernate-mapping-2.2”中的“class”。 的子元素 命名空间“urn:nhibernate-mapping-2.2”中的“property”。 无效。应为可能元素的列表: 命名空间“urn:nhibernate-mapping-2.2”中的“meta, subselect, cache, synchronize, comment, tuplizer, id, composite-id”。。
----> System.Xml.Schema.XmlSchemaValidationException : 元素 命名空间“urn:nhibernate-mapping-2.2”中的“class”。 的子元素 命名空间“urn:nhibernate-mapping-2.2”中的“property”。 无效。应为可能元素的列表: 命名空间“urn:nhibernate-mapping-2.2”中的“meta, subselect, cache, synchronize, comment, tuplizer, id, composite-id”。。

============================================================================================================================================================

报这个错时,不要犹豫,多半是缺少元素,id元素是必须的。

标签:元素,错误,urn,常见,mapping,2.2,nhibernate,id
来源: https://www.cnblogs.com/Sabre/p/12638977.html