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
130
How could I get the compatibility of the old version for approaching a sln file in visual studio
posted

Hello support team,

I'm optimizing a database which is developed in visual studio and integrated with infragistics version 8.3.20083.1009. In order to open the souce code file(*.sln) I have installed the current trial version but still can't open the file successfully. My questions are as below:

1. Is the 8.3.20083.1009 version too old so that the current trial version could not identify it?

2. If I have the setup file of that old infragistics version and buy a current product key(Windows Forms), would it be possilbe, that I could open the sln file successfully after I installed the old version setup?

the further error information are described in attachment.

Thanks a lot for your support in advance.

W.K.

Parents
No Data
Reply
  • 12773
    posted

    Hi,

    When you say you are installing the latest trial version, do you mean that you have installed the version 13.2 ?

    If I understood your question correctly you are trying to open an solution based on Infragistics 8.3.20083.1009 on machine that has installed 13.2. In order to open and compile your project in VS you have two options in general:

    1. install the same old version that your project is based: 8.3.20083.1009

    2. upgrade your project to latest version that you have installed on your machine and clear the license file form older references. (note that upgrades from this older version may require to adjust your code and test the application again)

    So in general the installed Infragistics version and the version that is used in your project should mach.

    Please let me know if I am understanding your scenario correctly.

Children