The problem is that i created project on .net framwork using oracle.dataaccess.client of ODTwithODAC112030 that works with .net 4.0 or latest and client's machine has .net 3.5. I can't install .net 4 on clients machine. Is there ODP for .net 3.5?? How can i solve this problem??
Asked
Active
Viewed 1,861 times
1 Answers
0
With that instalation You should have Oracle Data Provider for .Net 2.0. Use that one. It works with .Net 3.5.

Grzegorz W
- 3,487
- 1
- 21
- 21
-
-
-
Well I have a plain library(DLL) project. I add ADO.NET model to the project, which generates edmx model form me. At what point should I add/change the reference, and what is the reference name? – Jaanus Apr 04 '14 at 08:01
-
-
Yes, I am using Oracle DB. I think ADO.NET isn't supported for 3.5 now, not sure. – Jaanus Apr 05 '14 at 19:41