zoukankan      html  css  js  c++  java
  • NHibernate: No persister for: U_SHOP.Entity.Domain.Address解决方案

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: NHibernate.MappingException: No persister for: U_SHOP.Entity.Domain.Address

    Source Error:

    Line 30:         public long InsertAddress(Entity.Domain.Address ad)
    Line 31: {
    Line 32: long result=Convert.ToInt64(Session.Save(ad));
    Line 33: Session.Flush();
    Line 34: return result;

    Source File: G:\U-Shop\Code\U-SHOP.DAL.SQLServerImpl\AddressBookSqlDAO.cs    Line: 32


    解决方案:

    XML文件的默认生成操作为“内容”,需要修改为“嵌入的资源”生成

     

    作者:酷客多小程序

    出处: http://www.cnblogs.com/ywqu

    如果你认为此文章有用,请点击底端的【推荐】让其他人也了解此文章,

    本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。

  • 相关阅读:
    幻方~未完待续
    过河(DP)
    生日蛋糕(DFS)
    n皇后问题<dfs>
    POJ 1182_食物链
    POJ 2431 Expedition【贪心】
    POJ 3268_Silver Cow Party
    POJ 1061 青蛙的约会【扩欧】
    【数学】扩展欧几里得算法
    Codeforces 404D Minesweeper 1D
  • 原文地址:https://www.cnblogs.com/ywqu/p/1972431.html
Copyright © 2011-2022 走看看