1

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??

Ortomala Lokni
  • 56,620
  • 24
  • 188
  • 240
Nate
  • 827
  • 3
  • 18
  • 29
  • ODP works with .Net 4.0 or later see the post http://stackoverflow.com/questions/21965900/parser-error-message-failed-to-generate-code-exception-of-type-system-data-de – Shomaail Feb 24 '14 at 07:54

1 Answers1

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