Connect to Oracle 11g using VS2010.net Drivers/Cleints
Posted
by
StealthRT
on Stack Overflow
See other posts from Stack Overflow
or by StealthRT
Published on 2011-02-18T14:39:45Z
Indexed on
2011/02/18
15:25 UTC
Read the original article
Hit count: 190
Hey all i am trying to redistribute my app that uses Oracle 11g:
Imports Oracle.DataAccess.Client
The problem i am having is that it will not run on a machine that doesnt seem to have the correct drivers that its looking for. When i install ODAC 11.2 Release 3 (11.2.0.2.1) with Oracle Developer Tools for Visual Studio on the test VM it works just fine but thats a 230+mb file to download and install! Not to mention that if the user already has Oracle 10/11g on their machine that it may mess up their current connections/etc by installing that setup file.
Is there another setup package that i can install that only has the Oracle Data Provider for .NET 2.0 11.2.0.2.0 or whatever its needing from that ODAC 11.2 Release 3 file.
So any help about what i need to go about fixing this problem would be great! :)
Thanks,
David
© Stack Overflow or respective owner