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
65
What are the Best Practices of using Infragistics Assemblies
posted

Hi

I would like to know what are the best practices of using infragistics assemblies and how to upgrade infragistics assemblies in VisualStudio projects seamlessly.

Why I asked this question because, when i replaced InfragisticsWPF.Documents.Excel v14.2 assembly with v15.2, there were no compile time errors. However, at run time there was an exception which suggested me to include "InfragisticsWPF.Documents.Core". 

Since I have many assemblies to be upgraded to v15.2 in my multi-projects visual studio solution, to avoid regression/ runtime exceptions of missing references, I would like to know the best practice/procedure in upgrading them.

Thanks in advance.

  • 28945
    Suggested Answer
    Offline posted

    Hello Manik,

    The Documens.Core assembly should be required for volume 14.2. The list of required references is listed here for the controls your applications are using:
    http://help.infragistics.com/doc/WPF/2014.2/CLR4.0/?page=Developers_Guide_Deploying_Your_Application.html

    For best practices we always encourage you to use the version utility that is shipped with each volume release.
    http://help.infragistics.com/doc/WPF/2014.2/CLR4.0/?page=Developers_Guide_Upgrading_Your_Project.html

    This will update and replace each referenced assembly in your project(s) without having to do so manually by replacing them through visual studio.

    Let me know if you have any additional questions regarding this matter.