Posted 16 April 2020, 8:49 am EST
Hi, I recently installed WinFormEddition version 4.5.2, how can I convert an old project that design with version 4 to this version?
Forums Home / ComponentOne / WinForms Edition
Posted by: moridi on 16 April 2020, 8:49 am EST
Posted 16 April 2020, 8:49 am EST
Hi, I recently installed WinFormEddition version 4.5.2, how can I convert an old project that design with version 4 to this version?
Posted 17 April 2020, 6:50 am EST
You can perform the following steps to upgrade your Winforms Application from 4.0 to 4.5.2
Change the target framework of your application to 4.5.2 or above.
Close the design mode of the form and then expand the References Node in the Solution Explorer in your project.
Remove references of all the existing 4.0 dll(s) from ComponentOne.
Right-click on the References Node and select the ‘Add References’ option.
Browse to the following location: C:\Program Files\ComponentOne\Studio for WinForms\bin\v4.5.2 and add the required dll(s).
Rebuild the whole project. Make sure that the licenses.licx file has been updated accordingly.
To create a correct license file you can use the LicenseGenerator tool suggested in the following blog post:
https://www.grapecity.com/blogs/licensing-and-licenses-licx-file-licxgenerator-tool
Regards,
Prabhat Sharma.
Posted 28 April 2020, 3:08 pm EST
hi, thanks, I do it well,
you can close this message.