I have downloaded 64 bit Ncache application as i have 64 bit windows 7. I am creating a sample application using Ncache. The samples that come with Ncache runs perfectly fine. I am developing my own app using Ncache local cache. When i run that app throuhg Visual Studio 2010 i am getting the following error:
Could not load file or assembly 'Oracle.DataAccess' or one of its dependencies. An attempt was made to load a program with an incorrect format.
I installed latest version of oracle as well. The sample apps which Ncache provides are made in Visual Studio 2008 and i run them in Visual Studio 2010 after converting them. Oracle.DataAccess.dll that came with Ncache has version 2.112.1.0 and one that came with NCache has version 2.121.1.0. I am stuck on this for couple of days.