The provider is not compatible with the version of Oracle client

前端 未结 27 1637
一生所求
一生所求 2020-11-22 05:37

I\'m trying to use the Oracle ODP.NET 11g (11.1.0.6.20) Instant Client on my ASP.net project as a Data Provider but when I run the aspx pag

27条回答
  •  心在旅途
    2020-11-22 06:33

    • On a 64-bit machine, copy "msvcr71.dll" from C:\Windows\SysWOW64 to the bin directory for your application.
    • On a 32-bit machine, copy "msvcr71.dll" from C:\Windows\System32 to the bin directory for your application.

    http://randomdevtips.blogspot.com/2012/06/provider-is-not-compatible-with-version.html

提交回复
热议问题