I'm trying to connect to Oracle using ODBC Drivers.
As we know Visual studio is a 32bit software.
So I installed Oracle ODBC 32bit drivers ,I tested it ,and its working.
Here is the proof :
#the problem is:
When it comes to SSIS, the same ODBC configuration that its successful ,now it gives me the following error:
#what I tried so far:
-I installed Oracle ODBC drivers for 64bit.
-I followed this tutorial because they also missing the same dll file ; installing : Microsoft Visual C++ 2010 Redistributable Package (x86).
-I even renamed the file with capital letters just like how the error panel is writing it.
-I also installed All Visual-C-Runtimes 32/64 from 2008 to 2017
-And I added the dll file location to the environment variables
-I also done the same thing with my personal laptop and again same error
Sadly I still have the same issue.