分类

链接

2025 年 9 月
1234567
891011121314
15161718192021
22232425262728
2930  

近期文章

热门标签

新人福利,免费薅羊毛

关于NHibernate异常The following types may not be used as proxies

异常:   The following types may not be used as proxies: NHibernateDemo.DataAccess.DomainObjects.Customer: method get_Name should be virtual NHibernateDemo.DataAccess.DomainObjects.PurchaseItem: method set_Id should be virtual.....   需要改的有两点: 例如:Customer.hbm.xml   <?xml version="1.0" encoding="utf-8" ?> <hibernate-mapping xmlns=" urn:nhibernate-mapping-2.2"> <class name="NHibernateDemo.DataAccess.DomainObjects.Customer, NHibernateDe...

.NET 暂无评论 阅读(3,359)