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
330
Changing from Version 2010.03 to Current...
posted

Hello together,

we would like to change our application from Infragistics 2010.03 to the current version.

We have the following problem: Our application consists of about 100 solutions. Most of them have references to infragistics. Unfortunately, the solutions are all interwoven. Solution "A" points to "B" and Solution "B" points back to "C" or back to "A". Now you can not just change all solutions one after the other because they can not be compiled anymore.

Is there a viable way to solve this problem or do we really have to change our architecture?

Kindly Regards, Karsten Heimer.

(I hope, this english is correct, it is the result of the Google Translator)

Parents
  • 25665
    Offline posted

    Hello Karsten,

    Thank you for contacting Infragistics!

    You shouldn’t have to change your architecture. You will have to upgrade all the projects all at once and then rebuild all. Then start resolving any build errors starting with the project with the least amount of dependencies of other projects.

    You can also look into using our version utility to help in the process of upgrading our controls. With the version utility you can select a solution and tell it what to upgrade, the following link documents how you can use the version utility:

    Upgrading A Project Using Version Utility

Reply Children