|
Hi, I'm bundling some sample project source code in my deployment project. The sample project contains references to assemblies that are install prerequisites on the deployment machine. The reference paths are defined statically, pointing to where they should exist on the deployment machine. However, when I deploy the installer, the references fail to resolve and any reference paths I defined in the sample project properties are lost. Do I need to bundle any additional files with the source to ensure that the reference paths aren't lost?
thanks, R
|