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
1170
ClickOnce install looking for an Infragistics dll in the GAC
posted

This is weird. I added the Excel-style to the WinGrid filter editor. Now, after doing a ClickOnce publish, the ClickOnce upgrade is throwing an error during install stating that it can't find Infragistics2.Win.SupportDialogs.v9.1 in the GAC. I did change the Publish options to Require and Include this, so not sure why it would be looking for it in the GAC. Also, the app worked fine prior to making the Grid filter change.

Parents
  • 54937
    Offline posted

    Is it possible that you are missing one of the assemblies that that one references? That assembly references most of our assemblies since it uses many of our controls on the various dialogs. It references Shared, Misc, CalcManager, CalcManager.FormulaBuilder, DataSource, Editors, Grid, StatusBar, TabControl, Toolbars, Tree and Win so you would have to make sure to include all of these.

Reply Children