有一个项目使用到Oracle Client,然后部署的时候出现以下问题。

Could not load file or assembly '*******' or one of its dependencies. An attempt was made to load a program with an incorrect format.

由于Oracle Client提供的DLL是32位的,因此需要在Application Pool建立32位的Pool来解决问题。

解决An attempt was made to load a program with an incorrect format.问题

相关文章:

  • 2021-11-08
  • 2022-12-23
  • 2021-10-15
  • 2022-12-23
  • 2022-01-17
  • 2021-05-05
猜你喜欢
  • 2022-02-21
  • 2021-09-07
  • 2022-12-23
  • 2022-12-23
  • 2022-01-26
  • 2021-09-29
相关资源
相似解决方案