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
135
Upgrading from 3.5 to 2015.1
posted

From looking at the documentation there are references to an upgrade utility for which I can find no link. Additionally the is documentation indicating several controls have been moved to the ASP.Net Ajax framework. I can cannot find that item in my toolbox panel. What am I missing?

Parents
No Data
Reply
  • 71886
    Verified Answer
    Offline posted

    Hello Alvin Cates,

    I assume that by v3.5 and by referring to AJAX you are talking about upgrading from the ASP.NET classic controls, that we used to release before 2011, to the newer ASP.NET Ajax tool-set.

    First, please note that there isn't any automatic way of doing this, you'd need to do this manually for every control, and here's the list of the particular changes:

    http://ko.infragistics.com/community/blogs/taz_abdeali/archive/2011/11/17/asp-net-product-changes-in-2011-volume-2.aspx

    http://help.infragistics.com/Help/Doc/ASPNET/2012.1/CLR4.0/html/Classic_Control_Migration_Guide.html.

    If the controls are not showing up in your toolbox, please try using the "Create ASP.NET Toolbox Tab for CLR 4.5 2015.1" utility which should create our toolbox in Visual Studio for you.

    Does that work for you? Of not, do you get any errors and what Visual Studio are you using?

    Please let me know if I misunderstood you.

Children