I am trying to upgrade infragistics version 2010.1(infragistics netadvantage 2010.1) to version 2015.1(infragistics netadvantage 2015.1).Infragistic controls are used in a windows application. Basically, I am trying to upgrade the whole windows application. As part of that, I have upgraded the .NET framework from 3.5 to 4.5.1. Originally the windows app was developed on VS2008.I have opened the source code in VS2013 and migrated the source code and changed the .Net framework version. There are infragistic controls(2010.1 version) used in the windows app.I have to upgrade it to 2015.1. I have infragistics version 2010 and 2015 installed in my system. So, I could see a version utility tool in VS2013 "tools" menu option. There I can see "Upgrade to infragistics 15". I tried using that tool.But it was throwing some error which I didn't understand. Below are the errors I found in the utility log after the conversion has failed
Running vs2012/2013 Add-in UI version 15.1.20151.1000.
String was not recognized as valid boolean.the conversion has failed.
I am trying to do the changes manually by removing 2010.1 dlls from reference and adding 2015.1 dlls and by manually changing the namespaces in every file. But there are more than 200 files.
Below are the errors shown in conversion log
String was not recognized as valid boolean.
Hi Praveen,
You mentioned namespace changes. Typically, theses changes would not be required for an update. However, namespace changes are necessary if you are upgrading a project using our Excel engine from a pre-12.1 version to 12.1 or later.
If this is the case, it will be necessary to make these changes manually. If not, please let me know so we can continue to search for the cause of this issue.
I need more information in order to diagnose this error. Are you able to send the project to me so I can attempt to upgrade it? Please let me know if you would prefer not to use the public forum and I will create a private case to receive this file.
Hi Mike,
Thanks for reply. There are not much changes in namesspaces. My problem mainly is that I am not able to convert the infragistics version using the Ultility tool. Is there any way I can make it work ? So that I can convert the version(at one go for all the pages) to others applications also in which infragistics is used. Am I doing anything wrong in using the ultility tool? Can you let me know what the errors of utility tool meant?