iis配置问题报错 -- Could not load file or assembly 'Oracle.DataAccess' or one of its dependencies

时间:2017-07-28 18:28:42   收藏:0   阅读:2112

 

具体提示:

Could not load file or assembly ‘Oracle.DataAccess‘ or one of its dependencies. 试图加载格式不正确的程序。

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: System.BadImageFormatException: Could not load file or assembly ‘Oracle.DataAccess‘ or one of its dependencies. 试图加载格式不正确的程序。

技术分享

 

解决方案:

因为这个Oracle.DataAccess.dll为32位,所以应用程序不兼容造成此种错误。具体解决方法如下。

在IIS应用程序池中,启用32位应用程序设置为true即可。

技术分享

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!