I am using NetAdvantage 2011.1 and when a page with UltraWebListbar is accessed using firefox I am getting the following exception. This works fine on IE 8 & above. Could somebody please help me with this? this is cluttering up my logs :(
*** DEBUG INFO ***Browser Info: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
*** Exception INFO ***System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt32(String value) at Infragistics.WebUI.UltraWebListbar.UltraWebListbar.getRenderer() at Infragistics.WebUI.UltraWebListbar.UltraWebListbar.get_IsAppStyling() at Infragistics.WebUI.UltraWebListbar.UltraWebListbar.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.projdetails_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)---System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt32(String value) at Infragistics.WebUI.UltraWebListbar.UltraWebListbar.getRenderer() at Infragistics.WebUI.UltraWebListbar.UltraWebListbar.get_IsAppStyling() at Infragistics.WebUI.UltraWebListbar.UltraWebListbar.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)---
Hello Harish,Please take a look at the attached from me sample. I tested it via IE 9 both modes and FF 11. Both browsers display the control as expected. I am not able to reproduce the issue you are facing. Please modify the sample or provide a new one. The issue could be caused by any other controls on the page or by a different build of NetAdvantage controls (I tested with latest service release)
Thanks for the sample. Appreciate it.
I think they fixed it in latest service release. In the versoin I am currently running on my servers "11.1.20111.1006" this is still an issue. I have verified that the latest service release fixes this.
The only issue is they do not provide a signed dll.zip for their SR release and without it it is difficult for me to upload the necessary DLL's to my server.