开发者

Visual Studio build question

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开发者_开发问答.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜