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
In your project's settings, under Publish, are the NetAdvantage Assemblies marked as Include? This may be the problem if the deployed product cannot find the DLLs.
I am getting a similar problem with WinEditors. Did you ever get a solution for this?