【发布时间】:2014-05-28 22:16:40
【问题描述】:
我在 Windows 8.1 x64 机器上并尝试通过 ASP.NET WebForms 4 连接到我本地安装的 Oracle 11g 数据库我从 Visual Studio 2013 和 IIS Express 运行的应用程序。
我从这个NuGet 包下载了ODP.NET。但我不断收到错误Could not load file or assembly or one of its dependencies. An attempt was made to load a program with an incorrect format.
请有人帮我解决这个问题。关于 Oracle 和 .NET 的最新源代码和示例很少。
【问题讨论】:
标签: c# asp.net oracle oracle11g odp.net