我正在开发通过 ODP 连接到 Oracle DB 的 C# winforms 项目。我包含Oracle.DataAccess.dll
了用于访问的文件ODP
。我在项目附近的解决方案文件夹下创建了一个名为 references 的文件夹,并将其包含在解决方案下的必要项目中。我还将dll作为包含在主项目的属性->发布->应用程序文件下。但是当我将应用程序部署到另一台计算机时,它会抛出异常:
Could not load file or assembly 'Oracle.DataAccess, Version=2.112.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.
有什么建议我可以如何处理吗?