Oracle .Net ManagedDataAccess Error: Could not load type 'OracleInternal.Common.ConfigBaseClass' from assembly

前端 未结 9 1689
被撕碎了的回忆
被撕碎了的回忆 2020-12-13 10:10

I have a project that works locally, on our dev server, and on our production server.

When I try to run it on the test server, I get the error below, and I don\'t kn

9条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-13 10:51

    You have to remove the Oracle.ManagedDataAccess assembly in your GAC (C:\Windows\Microsoft.NET\assembly...)

    Use the command tool gacutil to remove the assembly:

    C:\Program Files (x86)\Microsoft SDKs\Windows\YOUR_VERSION\bin\NETFX 4.6.1 Tools> gacutil /u Oracle.ManagedDataAccess

提交回复
热议问题