I have a previous laptop where my c# code is connected to oracle database and had no problem when I installed there the Oracle Universal Installer.
But then it crashes and now I am transferring my project to a different laptop. Now when I tried to run my codes on the new laptop, it has now error such as below:
System.TypeInitializationException: The type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw an exception. ---> Oracle.DataAccess.Client.oracleException: The provider is not compatible with the version of Oracle client
So what I did is I try to install the Oracle Universal Installer (the same installer I used from my previous laptop) ODAC 12.2.0.1.1 from https://www.oracle.com/database/technologies/dotnet-odacdev-downloads.html
But installation never ends. It stuck on Step 7 of 10. Please see screenshot here https://i.stack.imgur.com/8JcJA.jpg
Please help!!!