Please give me soluttion it.
i am using .net 2.0
-------------
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication21._Default" %><%@ Register TagPrefix="iglbar" Namespace="Infragistics.WebUI.UltraWebListbar" Assembly="Infragistics.WebUI.UltraWebListbar.v5.3, Version=5.3.20053.50, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title></head><body> <form id="form1" runat="server"> <div> <iglbar:ultraweblistbar id="wb" runat="server"> </iglbar:ultraweblistbar> </div> </form></body></html>
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.FormatException: Input string was not in a correct format.Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[FormatException: Input string was not in a correct format.] System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +7476983 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119 System.Convert.ToInt32(String value) +63 Infragistics.WebUI.UltraWebListbar.UltraWebListbar.getRenderer() +521 Infragistics.WebUI.UltraWebListbar.UltraWebListbar.PreRenderLBar(Object sender, EventArgs e) +49 System.Web.UI.Control.OnPreRender(EventArgs e) +8776566 System.Web.UI.Control.PreRenderRecursiveInternal() +80 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
Version Information: Microsoft .NET Framework Version:2.0.50727.8009; ASP.NET Version:2.0.50727.8008
Hello Ajay,
Thank you for contacting Infragistics Developer Support!
The classic controls are retired and no longer supported. They are also not included in NetAdvantage versions 11.2 and above. I would suggest you to migrate to the new controls based on our Aikido framework. Here you can find more information on the matter:
https://help.infragistics.com/Help/Doc/ASPNET/2013.1/CLR4.0/html/Classic_Control_Migration_Guide.html?_ga=2.72493395.1361514943.1564061678-1320467891.1559052143&_ga=2.72493395.1361514943.1564061678-1320467891.1559052143
https://ko.infragistics.com/community/blogs/b/taz_abdeali/posts/asp-net-product-changes
Sir ,
Actully this control is implemented on old version .net 2.0 and i have made some change in old project of Version=5.3.20053.50|
I am set up old project in my local system to made changes.
Please tell me how i remove
from entire project.
<%@ Register TagPrefix="iglbar" Namespace="Infragistics.WebUI.UltraWebListbar" Assembly="Infragistics.WebUI.UltraWebListbar.v5.3, Version=5.3.20053.50, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" %><%@ Register TagPrefix="ignav" Namespace="Infragistics.WebUI.UltraWebNavigator" Assembly="Infragistics.WebUI.UltraWebNavigator.v5.3, Version=5.3.20053.50, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" %>
Ajay,
It isn't clear whether you are asking how to remove the control from your project or how to remove the error. If you are asking how to remove the control, refer to the Classic Control Migration Guide that Denis provided and you will see that the WebExplorerBar replaces the WebListBar. For the UltraWebNavigator assembly I assume you were using the WebTree or the WebMenu and the replacements for these controls are the WebDataTree and the WebDataMenu.
If you are asking how to remove the error, I believe the specific exception that you are seeing is fixed in the latest service release of 2011 Volume 1 and you could download a trial of this and upgrade your application to see if it addresses the issue. If you choose to do this, you can find the trial on the archived downloads page.
Note that there are breaking changes in a few of the volumes between 2005 Volume 3 and 2011 Volume 1 that are likely to impact you so it may actually be better to replace the controls with their jQuery or ASP.NET AJAX equivalents in the latest volumes of our web toolsets.
Let me know if you have any questions with this matter.
thanks
i have understend my problem. i am sending upgrade information to client.
i meet u letter