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

后端 未结 10 1291
轮回少年
轮回少年 2021-01-31 11:49

I have installed a Web app on IIS 7.0 Windows Server 2008 R2 64bit. I am referring an oracle.DataAccess.dll; When I try to access the application I get the following message: \"

10条回答
  •  粉色の甜心
    2021-01-31 12:22

    I had the same problem.

    I go to the project properties in general section set platform target to 64 bit (x64) and my problem solved

提交回复
热议问题