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
425
Backward compatibility between different Infragistic versions
posted

Hi!

I develop a Windows forms main program which added plug-ins with their own user interface at run-time. This main program loads the application style which automatically affects to the GUIs of the plug-ins. So far so good. Everything is working fine.

However, when the main program uses a new Infragistics-Version (with the same Appstyle) the Appstyle is not affected to the plugins that use still the old Infragistics-Version. Is that basically possible? Do you support backward compatibility?

Thx

Sven

Parents
  • 469350
    Offline posted

    Hi Sven,

    I'm a little confused.

    The Infragistics components are all backward compatible (within reason). There is always the possibility that a newer isl file might contain some new role(s) or features that an older version of the controls doesn't support, but the controls will still apply whatever role information they can and this does not change from one version to another.

    When you call StyleManager.Load, you are calling that method using a particular version of the assemblies, though. And only that version of the assemblies will be affected. So if you want an isl to affect multiple versions of the assemblies, then you will need to load that isl into each vrsion by calling StyleManager.Load from each version.

    The best thing to do would be to use the same version of the assemblies for everything.

Reply Children