【发布时间】:2013-12-06 15:19:14
【问题描述】:
我在尝试让 Oracle 客户端处理我的 VS 项目时遇到问题。我不断得到的例外是:
The type initializer for 'Oracle.DataAccess.Client.OracleCommand' threw an exception'
内部异常也是:
The provider is not compatible with this version of oracle client'
我确实查看了我的 web.conf,发现我在程序集中有 4.0.0.0 版本,并且我的目标是使用 64 位计算机的 .NET 4.0。感谢您的帮助!
【问题讨论】:
标签: c# asp.net oracle oracle-client