且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

从NHibernate连接到MySQL时出现问题

更新时间:2022-02-23 22:02:49

再次检查是否使用了正确的web.config.错误中提到的SQL Server是MS SqlServer,而不是mysql.

Double check that the correct web.config is used. SQL Server as mentioned in you error is MS SqlServer and not mysql.

您忘记将其添加到web.config吗?

Have you forgot to add this to your web.config?

<configSections>
  <section name="hibernate-configuration"
  type="NHibernate.Cfg.ConfigurationSectionHandler, NHibernate" />
</configSections>