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!
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.