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
590
WPF Assemblies Version Issue with PRISM
posted

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