odp .net 64bit problem [message #450609] |
Thu, 08 April 2010 05:04 |
Dan_1234
Messages: 1 Registered: April 2010
|
Junior Member |
|
|
Hi,
I'm trying to write a .NET application using odp.net in 64 bit, i'm getting one of the two following error messages when compiling:
1)
Could not load file or assembly 'Oracle.DataAccess, Version=2.102.3.2, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.
or 2)
Could not load file or assembly 'Oracle.DataAccess, Version=2.102.3.2, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. An attempt was made to load a program with an incorrect format.
The odd thing is that the 'DBAccess' assembly using the ODP stuff is compiling fine, it's the website that references the the 'DBAccess' assembly that throws the compile error.
I've tried changing my build options to different variations of x86, x64 etc but i'm not getting anywhere! Any ideas?
Dan
|
|
|