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
115
Visual Studio 2013 with Infragistics 14 Publishing
posted

We have an c# WPF application that we have developed that uses 6 or 7 Infragistics DLL references:

InfragisticsWPF4.Controls.Interactions.XamDialogWindow.v14.1.dll.deploy
InfragisticsWPF4.Controls.Menus.XamDataTree.v14.1.dll.deploy
InfragisticsWPF4.DataManager.v14.1.dll.deploy
InfragisticsWPF4.DataPresenter.v14.1.dll.deploy
InfragisticsWPF4.Documents.Core.v14.1.dll.deploy
InfragisticsWPF4.Documents.Excel.v14.1.dll.deploy
InfragisticsWPF4.DragDrop.v14.1.dll.deploy
InfragisticsWPF4.Editors.v14.1.dll.deploy
InfragisticsWPF4.v14.1.dll.deploy

We have all of these files set to copy local = true

They are all setup to Auto Include on the project.

We are then doing a publish through Visual Studio 2013 ultimate which is building the setup.exe for and the files listed above are in the install directory.

However, the setup process is failing with the following error message:

Unable to install or run the application. The application requires that assembly InfragisticsWPF4.Documents.Core.v14.1 version 14.1.20041.10015 be installed in the Global Assembly Cache (GAC) first.

I am not sure why the setup is failing looking for this file to be GACed

However, Is there a way to include these files in the Visual Studio Publish process where they do not need to be added to the GAC?

Thanks