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://es.infragistics.com/help/supported-environments/ and it says that Chrome 16 and newer should support NetAdvantage 11.1 and later.