I just migrated from XP to Win 7. I am guessing this error has to do with switching operating systems. I wrote a .net application that basically massages a large amount of d
It only worked for me after I changed the 'Platform target' to 'x64' (considering I'm using Oracle 12c 64 bits)
To do that, I did:
Right click on the project name (at the Solution Explorer panel locate, in general, at the left)
Clicked on 'Build' (in the new opened window)
Changed the 'Platform target' from 'Any CPU' to 'x64'
That solved the problem.