I have windows 7 (32 bit) installed in my pc.I installed odp.net in my machine but when i add reference in visual studio 2012 i got following error.
Warning 1 There was a mismatch between the processor architecture of the project
being built "MSIL" and the processor architecture of the reference
"Oracle.DataAccess, Version=2.111.7.20, Culture=neutral, PublicKeyToken=534809534051-2,
processorArchitecture=x86", "x86". This mismatch may cause runtime failures.
Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
How can i get rid of this issue ?