码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2017-07-28 18:28:42      阅读:2112      评论:0      收藏:0      [点我收藏+]

标签:ima   view   font   handle   idt   ring   out   tac   设置   

 

具体提示:

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即可。

技术分享

 

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

标签:ima   view   font   handle   idt   ring   out   tac   设置   

原文地址:http://www.cnblogs.com/arxive/p/7251629.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!