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
20
How to upgrade a system from Infragistics 8.3 to Infragristics 15.1
posted

We need to do a major version leap from 8.3 to 15.1.  We're using ASP.NET, VS2010 Framework 4.0.  Is there a utility that can do this for us (or at least get us down the road a bit), or do we need to search and replace each reference by hand and manually tweak the syntax and OnEvent code?  The resources that are in the current system are:

Infragistics35.WebUI.UltraWebNavigator.v8.3, Version=8.3.20083.1009
Infragistics35.WebUI.Shared.v8.3, Version=8.3.20083.1009
Infragistics35.WebUI.UltraWebGrid.v8.3, Version=8.3.20083.1009
Infragistics35.WebUI.WebSchedule.v8.3, Version=8.3.20083.1009
Infragistics35.WebUI.WebNavBar.v8.3, Version=8.3.20083.1009
Infragistics35.WebUI.UltraWebToolbar.v8.3, Version=8.3.20083.1009
Infragistics35.WebUI.UltraWebGrid.ExcelExport.v8.3, Version=8.3.20083.1009
Infragistics35.WebUI.UltraWebChart.v8.3, Version=8.3.20083.1009
Infragistics35.WebUI.Misc.v8.3, Version=8.3.20083.1009
Infragistics35.WebUI.WebDateChooser.v8.3, Version=8.3.20083.1009
Infragistics35.WebUI.WebDataInput.v8.3, Version=8.3.20083.1009
Infragistics35.WebUI.UltraWebTab.v8.3, Version=8.3.20083.1009
Infragistics35.Web.v8.3, Version=8.3.20083.1009

Thanks!

  • 9190
    Suggested Answer
    Offline posted

    Hi Mike Burkhart,

    Thanks for posting on our forums.

    Typically, you would be able to use the Infragistics Version Upgrade Utility to achieve this task, however Infragistics has retired the components that you're using in your application. For more details about why we retired the Infragistics ASP.NET Classic controls, please review the blog post by Murtaza. If you wish to upgrade to our latest components, you have migrate your application to use our Infragistics ASP.NET WebForms Aikido controls or Infragistics IgniteUI HTML5/jQuery controls. Because these newer components are built from the ground up and don't mimic the API structure of the older ASP.NET classic controls, the migration process will require a rewrite of certain parts of your application, more specifically, the Infragistics components.

    Below are some helpful topics you can use to learn more about these products:
    ASP.NET Help documentation
    ASP.NET Samples
    IgniteUI Help documentation
    IgniteUI Samples

    Please let me know if you have additional questions regarding this matter.