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
2915
Upgrading visual studio project references after upgrading Infragistics?
posted

Hi,

   We were using Infragistics v11.2.x.2046 (for WPF) in our VS 2010 solution. We installed the Infragistics service release which upgraded the Infragistics dll versions to v11.2.x.2242. After this our app won't run, it still looks for the .2046 dlls. We saw that the older version details were present in the licenses.licx file, we used the Infragistics version utility to upgrade the solution and it cleared the licenses.licx file. Even after this the app won't run, it still is looking for the .2046 dll version, can you suggest anything to fix this? 

Thanks.

Parents
  • 17475
    Offline posted

    Hello Arpita, 

    I could suggest you try the following steps in order to run your project with the latest service release:

    1. Delete bin and obj folders from your project
    2. Remove the assemblies form the References and then add them again.
    3. Set the Specific Version property of all the assemblies that you are using to False.
    4. Clean and Rebuild your project.

    Please feel free to let me know if you have any other question or concerns on the matter.

Reply Children