0

I'm working on a MVC appliction which retrive the data from Oracle db for that i'm using ODP .NET(Oracle Data Provider for .NET). it is working fine when i'm running from local, but in server throws a error unable to load oracle.dataaccess.dll

Ortomala Lokni
  • 56,620
  • 24
  • 188
  • 240

1 Answers1

0

I was having the same problem, .net 3.5 does not work with ODP. see this post Parser Error Message: Failed to generate code. Exception of type 'System.Data.Design.InternalException' was thrown

Community
  • 1
  • 1
Shomaail
  • 493
  • 9
  • 30