I have a ClickOnce capable app. All of the dependencies are correctly listed. I have marked all of the Application Files for Infragistics assemblies as Include (from Prerequesite (Auto)). I then Publish. Then I go to another computer to install and I get an error indicating that one of the Infragistics components needs to be installed in the GAC. What do I need to do with the ClickOnce procedure to make this work? The assembly in question has correctly been copied to the ftp site where the clickonce setup.exe is run from (they are in the Application Files folder).
I have tried removing the dependency and adding it in again and changing the Publish Status back to Include with no change in behaviour.
Hi David,
Were you able to find a way around the problem you were experiencing?
If you still experience this problem, would you log the problem as a support issue and ask them to provide a work-around.
Thank you
We also have an application that is to be installed via ClickOnce. We have created a sample VS2008 project that produces the behavior. We will log the problem and upload the project to support.
We have the same problem, and I don't think this is a solution. We need to use ClickOnce - and do not want to fiddle with the user's GAC.
Other ideas? Thanks!
Hello,
It sounds like you are saying that using ClickOnce on a WPF app which contains assemblies for NetAdvantage for WPF does not correctly install the DLLs. I would consider this a bug. If you would report this problem with developer support and request a work-around, we can look into this issue as well as help provide a solution to you in an expedient fashion. Developer support has various options - check out their website at:
http://ko.infragistics.com/support/default.aspx#Overview
Thank you,
I am experiencing this problem as well. Why is it looking for an Infragistics dll in the GAC? It should be in the ClickOnce folder.
If you would open a case with our developer support team describing the desired solution you need to happen with your deployment model, they would direct you in the direction best suited for what you want to do. If you would share the solution they give you here, that would be great for our community!
Thank you!
Did anyone ever find a solution to this? I am having the same problem.
Linda
I am having the same or simular problem. I had a correctly working Click Once application updated to the lastest release 9.2.20092.2032 re-published and ALL the testers started reported the problem. The exact error is:
Unable to install or run the application. The application requires that assembly Infragistics3.Wpf.Ribbon.v9.2 Version 9.2.20092.2032 be installed in the Global Assembly Cache(GAC) first. Please contact your system administrator.
No solution yet but I'll figure it out.