错误处理:"Could not load file or assembly 'Oracle.DataAccess' or one of its dependencies. An attempt was made to load a program with an incorrect format."
时间:2014-07-16 23:20:54
收藏:0
阅读:1772
情况:部署程序在 IIS 7.5 windows server 2008 R2 64 bit OS,引用“Oracle.DataAccess.dll”
运行程序会出现:"Could not load file or assembly ‘Oracle.DataAccess‘ or one of its dependencies. An attempt was made to load a program with an incorrect format."
解决方式:设置IIS app pool 允许 32bit.如下图:
原文:http://www.cnblogs.com/luke-lu/p/3811335.html
评论(0)