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
530
It is possible to mix different versions of the Infragistics libraries between different projects in a single Silverlight solution?
posted

It is possible to mix different versions of the Infragistics libraries between different projects in a single Silverlight solution? For example, to reference InfragisticsSL4.v11.2 in one project and InfragisticsSL5.v12.2 in another, in the same application / solution? I have tried this and the application appears to hang when it loads in the browser, and am not sure if there is something I am missing. Thanks!

Parents
No Data
Reply
  • 34510
    Verified Answer
    Offline posted

    Hi Andy,

    Unfortunately you can't mix different assembly versions like that.  You'll just run into errors where classes are multiply defined since the assemblies will have the same namespaces and class names.  The rule of thumb here is to only use assemblies from the same volume.  Mixing and matching is not possible.

Children
No Data