Hi Infragistics Team, We are presently using Infragistics controls of Version 11.1.20111.2064 in our Project.No we are planning to upgrade our product to Aikido frame work (Version 13.1.20131.1001).
Presently the below are list of dlls we are referring in our project:
Infragistics.WebInfragistics.WebUI.Misc Infragistics.WebUI.Shared Infragistics.WebUI.UltraWebChart Infragistics.WebUI.UltraWebGrid Infragistics.WebUI.UltraWebListbarInfragistics.WebUI.UltraWebNavigator Infragistics.WebUI.UltraWebTabInfragistics.WebUI.UltraWebToolbarInfragistics.WebUI.WebComboInfragistics.WebUI.WebDataInput Infragistics.WebUI.WebHtmlEditorInfragistics.WebUI.WebNavBarInfragistics.WebUI.WebSchedule
List of dlls which are not available from Aikido frame work:
Problem we are facing is that we are not able to find all the dlls required in the latest Aikido Version frame work.
For Example:WebPanel is the class which is avaialable under - Infragistics.WebUI.Misc.dllBut in the Aikido framework (Infragistics4.WebUI.Misc.v13.1)dll, we are not able to find WebPanel class
Questions:
1) For this we need to know from where / workaround can be available for the missing dlls ie., does in any other namespaces will these available or not?
2) Does the available dlls will solve our requirements? ie., does the latest available Aikido dlls contains all the available classes/methods same as previous?
3) In order to use these Aikido frame work what kind of changes are needed for solution ie., config changes, style sheet changes, skin changes, kind of new methods that we need to refer instead of existing methods?
4) As we are getting these errors in designer files, Do we need to update any kind of licensing files in order to reflect the latest references.
5) Need any other combination of dlls with the existing dlls which will solve my issue?
We are using VS 2012 for development purpose, and we are not using any Version Utility Upgrade Tool for Upgrading our Project.
We are maintaining a local repository (kind of LIB folder) which we will refer the dlls for our Project.
Please let me know if I can provide you any other furhter information which will help you in Understanding our issue further.
Thanks in Advance.
Thanks & Regards,
Rajkumar Uppala
Hello Rajkumar,
Here you can refer to the following links that will help you in the upgrading process:
- At first I would suggest you to read the following article that explains the product changes between the classic and the new controls:
https://ko.infragistics.com/community/blogs/b/taz_abdeali/posts/asp-net-product-changes-in-2011-volume-2
- Known issues and Breaking Changes page demonstrates a list of issues that have changed on the controls that you can be aware of and avoid if possible:
https://ko.infragistics.com/help/aspnet/known-issues-and-limitations-aspnet-14-2
- When Upgrading from the UltraWebGrid to WebDataGrid or WebHierarchicalDataGrid the Grid Cheat Sheet will be helpful for you:
http://dl.infragistics.com/pg/cheat-sheet/InfragisticsNAforASPNETGridCheatSheet.pdf
- Required assemblies for all controls:
http://help.infragistics.com/Help/Doc/ASPNET/2013.1/CLR4.0/html/Web_Deployment_Overview.html
Please let me know if I can provide any further assistance with this matter.
Sincerely,
Tsanna
In addition to above information, I would like to post an example from my issues i am facing.
Even though i referred the latest Infragistics dll((Version 13.1.20131.1001),it is looking for older version of dll.
Error:
The type 'Infragistics.WebUI.Shared.IProvidesEmbeddableEditor' is definded in an assembly that is not referenced. You must add a reference to assembly 'Infragistics.WebUI.Shared, Version=11.1.20111.2064,Culture=neutral,PublicKeyToken=7dd5c3163f2cd0cb'
I hope this may help for further investigation of my problem.
Rajkumar Uppala.