I am trying to see if I can get our current website working in Chrome. We are using Version=11.1.20111.2158. One page has an UltraWebListbar and when loaded in Chrome I get an "Input string not in correct format" error. The site is in .Net 4 works fine in IE9, 10 & 11 (In Compatibility Mode only). Below are the error details.
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) +10689507 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +145 System.Convert.ToInt32(String value) +43 Infragistics.WebUI.UltraWebListbar.UltraWebListbar.getRenderer() +412 Infragistics.WebUI.UltraWebListbar.UltraWebListbar.get_IsAppStyling() +66 Infragistics.WebUI.UltraWebListbar.UltraWebListbar.OnPreRender(EventArgs e) +143 System.Web.UI.Control.PreRenderRecursiveInternal() +83 System.Web.UI.Control.PreRenderRecursiveInternal() +168 System.Web.UI.Control.PreRenderRecursiveInternal() +168 System.Web.UI.Control.PreRenderRecursiveInternal() +168 System.Web.UI.Control.PreRenderRecursiveInternal() +168 System.Web.UI.Control.PreRenderRecursiveInternal() +168 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +974
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
Hello,
The UltraWebListBar was never supported in Chrome though this exception may be resolved with the latest service release of NetAdvantage for ASP.NET 2011 Volume 1 as the same issue happened with Firefox 10 (and later). You can download the service release from your My Keys and Downloads page. Note that if you don't see your 2011 Volume 1 key listed, you will need to register it first to get access to the service release.
Let me know if you have any questions with this matter.
Great thanks.
I was looking here: https://ko.infragistics.com/help/supported-environments/ and it says that Chrome 16 and newer should support NetAdvantage 11.1 and later.
Joe,
That is true for the ASP.NET AJAX controls like the WebDataGrid though it doesn't apply to the classic controls that were retired like WebListBar and WebGrid. For those controls you should expand the "ASP.NET (CLASSIC CONTROLS)" on the Supported Environments Overview and there you will see that Chrome was only supported for the Web Schedule controls.
If you are looking for a control that is supported in Chrome, the WebExplorerBar is the replacement for the WebListBar. The details on what control replaces each of the classic controls is on the Infragistics ASP.NET Classic Control Migration Guide in the help.