Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / web / ASP.NET

Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed

5.00/5 (2 votes)
30 Oct 2011CPOL 31.2K  
The other option to review when you receive this error is to view your Application_Pools setting for the app_pool you are using for your application.Check the Enable 32-Bit Applications. If this is False, change it to True. This may resolve your issue.

The other option to review when you receive this error is to view your Application_Pools setting for the app_pool you are using for your application.


Check the "Enable 32-Bit Applications". If this is "False", change it to "True". This may resolve your issue.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)