开发者

Could not load file or assembly 'Oracle.DataAccess, Version=2.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies

开发者 https://www.devze.com 2023-03-22 22:17 出处:网络
After deploying asp.net app to the server im getting this error. Could not load file or assembly \'Oracle.DataAccess, Version=2.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342\' or one of i

After deploying asp.net app to the server im getting this error.

Could not load file or assembly 'Oracle.DataAccess, Version=2.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.

Im using Amazon EC2 instance webserver Windows-2008R2-SP1, i downloaded and installed Oracle client from this link http://www.oracle.com/technetwork/topics/d开发者_运维知识库otnet/utilsoft-086879.html lateset one Release3

i checked Oracle.DataAcees version in webserver Windows/assembly folder it is same as Version=2.112.2.0, PublicKeyToken=89b483f429c47342 which is in config file.

Please let me know how to solve this issue. Your help is very much needed.

Thankyou


On the webserver goto IIS console select applicationpool that you are using and right click->Advanced settings->Enable 32 bit=true

Solved issue. Hope someone will benefit ....

0

精彩评论

暂无评论...
验证码 换一张
取 消