欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

asp.net mvc项目使用spring.net发布到IIS后,在访问提示错误 Could not load type from string value 'DALMsSql.DBSessionFactory,DALMsSql'.

程序员文章站 2023-04-06 19:28:13
asp.net mvc项目使用spring.net发布到IIS后,在访问提示错误 Could not load type from string value 'DALMsSql.DBSessionFactory,DALMsSql'. 如图: 就这问题我在博客园,CSDN找了一个下午。还以为配置文件有 ......

asp.net mvc项目使用spring.net发布到IIS后,在访问提示错误 Could not load type from string value 'DALMsSql.DBSessionFactory,DALMsSql'.

如图:

asp.net mvc项目使用spring.net发布到IIS后,在访问提示错误 Could not load type from string value 'DALMsSql.DBSessionFactory,DALMsSql'.

 

就这问题我在博客园,CSDN找了一个下午。还以为配置文件有问题,再仔细看看,没什么问题。

 asp.net mvc项目使用spring.net发布到IIS后,在访问提示错误 Could not load type from string value 'DALMsSql.DBSessionFactory,DALMsSql'.

“Could not load type from string value 'DALMsSql.DBSessionFactory,DALMsSql'.”翻译成中文不能从字符串值'DALMsSql.DBSessionFactoryDALMsSql'加载类型。

可能WebUI层可能没添加引用,但是在VS2017中调试运行没什么问题,也没报错啊。真是懵逼了。后来在UI层引用,重新生成UI层,再发布到ISS,Google Chrome访问,OK,搞定。在此把问题记录下来,希望能帮助有用的人。见笑,语言组织能力有限。嘻嘻。。。

 

参考连接:https://www.cnblogs.com/xmfdsh/p/3675223.html