Click here to Skip to main content
15,867,990 members
Articles / Web Development / ASP.NET
Alternative
Tip/Trick

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

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
30 Oct 2011CPOL 30.8K   1   1
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)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
Questionthanks for your suggestion Pin
kamsri15330-Apr-12 3:19
kamsri15330-Apr-12 3:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.