Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
210
Component Referenced in dependent project fails to be output in parent project.
posted

I have a solution which produces an executable and includes approximately 8 projects which produce .dll assemblies upon which the exe is dependent.  Components referenced in the dll assemblies and configured as "Copy Local" fail to show up in the bin directories when the solution is built.

It does not cause a problem when using the program on the development machine, but it does when building an install and installing on a client system.  The components not explicitly included in the executable project are not copied to the bin folders and thus do not make it into the installation package.

There are references to the required projects also configured as "Copy Local".

I'm using Visual Studio 2013 with Infragistics 14.1 and creating installs with Wix Toolset v3.8

Any idea how to make these components automatically propagate up to the executable project which requires them as well in order to use the dependent assemblies?