As we are using plug-in Based Architecture(PRISM) so we have multiple modules in our shell, we have used Infragistics controlS (for WPF) in veiws of all the modules.
We are facing 2 issues:
1. If we update the Infragistics version we have to compile all the modules in order to use the updated version (We don’t want our module to re-compile for updation of version).
2. Suppose we have multiple modules loaded in a shell and all those modules are using Infragistics version x.xx, and we add a new module that is using Infragistics version y.yy. If we run the application, it crashes b/c of two separate versions of Infragistics being used among the modules.
What should be the correct approach for the above mentioned scenario?
Thanks and Regards
Hello allana,
As far as using Infragistics assemblies is expected to keep the same version in a prism application.
Thanks Duane Hoyt, But actually the problem is re-compilation of every module when infragitics version gets updated.
Is there any possible solution to update the version of infragistics without being compilation of each module.
This is just a follow up if you require any further assistance.