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
1025
How to deploy infragistic dlls without having to have them in the GAC.
posted

After trying to deploy using the ClickOnce deployment, I get the error...

Unable to install or run the application. The application requires that assembly Infragistics3.Wpf.Themes.Wind.v7.2 Version 7.2.20072.1000 be installed in the Global Assembly Cache (GAC) first.

How can I do this without having to have it installed in the GAC. I have tried adding the dlls to my project under a directory called "External Assemblies" and added those files as the references. This still didn't seem to work. This forum sounds like the right thing to do, but doesn't seem to work for me. http://www.thescripts.com/forum/thread459889.html

 

Rod