NHibernate exception: Transaction not connected, or was disconnected

后端 未结 3 1957
后悔当初
后悔当初 2021-02-19 12:19

In our develop environment all the ASP.NET application works just fine. However, when I deploy the site on the test machine, on some pages I get this exception:

         


        
3条回答
  •  不思量自难忘°
    2021-02-19 12:59

    This was a comment, but I had the same issue as well.

    This error can occur when a trigger causes a database level exception. This will cause the transaction to be rolled back hence the exception.

提交回复
热议问题