0

I am connecting Oracle DB with my ASP.Net project but i am getting error "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" enter image description here

enter image description here

Here is my error screenshot, you can see my error.

Mohd Aman
  • 224
  • 1
  • 3
  • 13
  • Check this: https://msdn.microsoft.com/en-us/library/92ceczx1(v=vs.85).aspx and http://docs.oracle.com/cd/B28359_01/appdev.111/b28844/using_aspnt.htm – Rahul Tripathi Oct 14 '15 at 06:37
  • i made a connection string just like u given link but my error is this "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" – Mohd Aman Oct 14 '15 at 07:08
  • Doesn't it specify exactly what's wrong? "This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed" – Sorrel Vesper Oct 14 '15 at 07:35

1 Answers1

1

Well. If u get error as 'Attempt to load Oracle client libraries threw BadImageFormatException'. Follow these links

http://www.codeproject.com/Tips/274404/Attempt-to-load-Oracle-client-libraries-threw-Ba

BadImageFormatException. This will occur when running in 64 bit mode with the 32 bit Oracle client components installed

Its may help u to solve.

Community
  • 1
  • 1