Hi,
Do you have a setup to install all the DLL in the Global Assembly Cache so I can configure all the non-developer computers ?
This would allow me to deploy my applications without all the Infragistics DLL.
Maybe there's already information about this but I didn't find it anywhere..
Thanks,
Olivier
Hi Olivier,
Your installer has to either install the Infragistics assemblies in the GAC or else include them in the same folder with the exe (if you are using CopyLocal). Most installer apps do this for you automatically.