Visual Studio构建问题

发布于 2024-10-27 07:52:16 字数 295 浏览 4 评论 0原文

在我的项目中,我引用了我公司另一个团队制作的程序集。该程序集本身引用了三个第三方程序集,其中之一是 Oracle.DataAccess。每当我构建项目时,我直接引用的程序集以及它引用的三个程序集中的两个都会复制到我的输出 bin 目录中。仅 Oracle.DataAccess 不被复制。我已将引用的程序集的 CopyLocal 设置为 true。我还根据 stackoverflow 线程的建议从 GAC 卸载了 Oracle.DataAccess。有什么想法可以在构建项目时将 Oracle.DataAccess 复制到 bin 文件夹吗?

预先非常感谢。

In my project I am referencing an assembly produced by another team in my company. That assembly itself references three third-part assemblies one of which is Oracle.DataAccess. Whenever I build my project the assembly I directly reference and two of the three assemblies it references are copied to my output bin directory. Only Oracle.DataAccess is not copied. I have CopyLocal set to true for the referenced assembly. I also uninstalled Oracle.DataAccess from the GAC at the suggestion of a stackoverflow thread. Any ideas how I can get Oracle.DataAccess copied to the bin folder when I build my project?

Thanks a lot in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文