"hi, good day,
i have problems with my version of infragistics and internet explorer 10,
using a "webcombo", "webchooser" or "weblistbar, brand me an error openign the file , the error is
*****************************
[FormatException: La cadena de entrada no tiene el formato correcto.]
System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +10164195 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +207 System.Convert.ToInt32(String value) +46 Infragistics.WebUI.WebCombo.WebCombo.getRenderer() +432 Infragistics.WebUI.WebCombo.WebCombo.get_Renderer() +45 Infragistics.WebUI.WebCombo.WebCombo.Render(HtmlTextWriter output) +100 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240 System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +253 System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +87 System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +53 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240 System.Web.UI.Page.Render(HtmlTextWriter writer) +38 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4240
****************************
apparently is a problem with compatibility of internet explorer,
is there any way to fix this problem?
Thank you very much and greetings
Jorge,
This is addressed in the latest service release of NetAdvantage for ASP.NET 2011 Volume 1 which is the last volume that contains these controls. You can download the service release from the My Keys and Downloads page.
Let me know if you have any questions with this matter.
Dear alan
I made the above changes and yet still fails the application and sending the sameError, could you tell me the correct way to install the update, or that I can doto solve the problem
Thanks in advance and greetings.
Did you upgrade the references in your project after installing the service release? If not, you can do so using the Project Upgrade Utility.
I also attached a simple website that is targeting the latest service release of NetAdvantage 2011 Volume 1 with the WebCombo and this sample works in IE10.
I think I am experiencing this same issue. Where do I get the project update utility?
The exception I am getting only when running IE10 is as follows:
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.WebCombo.WebCombo.getRenderer()
at Infragistics.WebUI.WebCombo.WebCombo.Render(HtmlTextWriter output)
Hello Steven,
Our installer puts the Version Utility at this path C:\Program Files (x86)\Infragistics\NetAdvantage 2011.1\Version Utility, you can check and see if you have installed it. If you have not installed previously, you can run the platform installer and choose to install it.
To know how to use version utility, please refer to the following documentation
Using Version Upgrade Utility
http://help.infragistics.com/Doc/ASPNET/2011.1/CLR4.0/?page=Web_Using_Version_Upgrade_Utility.html
If you cannot upgrade your project using Version Upgrade Utility you can upgrade your project manually, I suggest you to refer to the following forum post which has the instruction on how to upgrade project manually
https://ko.infragistics.com/community/forums/f/ultimate-ui-for-asp-net/79782/upgrading-infragistics-asp-net-from-ver-9-0-to-ver-11-0
Please let me know if you have any further questions regarding this matter.