Hi,
We were testing our solution that controls the classic Infragistics ASP.NET Controls with Firefox 10. It seems that they are not compatible with Firefox 10. Are there plans on making them compatible with Firefox 10?
Thanks,
Norman
The classic UltraWebToolbar is having same error as WebCombo (i have version 8.3). My friend tell me : the problem lies in the code developer extract the major and minor version from Page.Request.Browser.version
string version = this.Page.Request.Browser.Version; int num = Convert.ToInt32(version.Substring(0, 1)); int num2 = Convert.ToInt32(version.Substring(2, 1));
So with Firefox 10 with version string like 10.010.0 , version.Substring(2, 1) = '.' will cause the error
[FormatException: Input string was not in a correct format.] :(
we are facing the same problem!
When will there be a hotfix available? This is rather urgent!
Regards
Hello elPlato79,
Currently fix is planned only for supported with Service Release versions - in this situation 11.1 - http://ko.infragistics.com/support/product-lifecycle.aspx#ProductLifecycle
In order to use it you may have to upgrade to version 11.1.
Hello All,
An Untested Build for version 11.1 is created about this issue and is available for usage from our clients.
In order to be downloaded you will have to create a Support Case in our system and we will provide a private link for download.
Thank you all for your patience.
Alex,
We currently have version 10.3. We are in the process of migrating to 11.2, however due to the significant changes between the two we are facing several weeks of work to complete the migration. In the meantime our clients are dead in the water! Can you provide the link of where to download 11.1 and confirm that 11.1 still supports UltraWebGrid?
If 11.1 does not support UltraWebGrid then you are in effect telling all current users of the 10.3 that they are out of luck unless they upgrade to the new framework. As this upgrade requires significant effort and will take a lengthy period of time our clients will be unable to use firefox for quite a while. This reflects very poorly on my company and in turn very poorly on Infragisitics.
If this is the message, why would my company or any other company want to continue to spend tens of thousands of dollars on your software?
I spoke with support, 11.1 is the last version that supports UltraWebGrid, so those of you still stuck on 10.3 may be in luck...
The walkthrough for upgrading is here:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/
On the left hand side click => Developers Guide => Upgrading Your Projects Using Version Upgrade Utility
The version utility does not offer the option to upgrade to 11.1, it only offers 11.2.
Anyone have any ideas on how to go from 10.3 to 11.1?
Hi Pro's of Mozilla bugs Fixer's My problem is i cannot open my Web Application in mozilla latest browser 18.0.2 whcih works fine in Mozilla 9.0.1 ... i dont know how to fix ... I tried my max and now i bugged up solving that issue .... please get me out of this big issue...Coming to my issue : I am using Infragistics grid view controls on which page i am getting error's ... i think it might be because of Infragistics Grid views.I am getting an error saying ::::Input string was not in a correct format.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) +9591147System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119System.Convert.ToInt32(String value) +48Infragistics.WebUI.UltraWebListbar.UltraWebListbar.getRenderer() +243Infragistics.WebUI.UltraWebListbar.UltraWebListbar.get_IsAppStyling() +28Infragistics.WebUI.UltraWebListbar.UltraWebListbar.OnPreRender(EventArgs e) +72System.Web.UI.Control.PreRenderRecursiveInternal() +103System.Web.UI.Control.PreRenderRecursiveInternal() +175System.Web.UI.Control.PreRenderRecursiveInternal() +175System.Web.UI.Control.PreRenderRecursiveInternal() +175System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2496Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Thanks alot :-) You saved my time . Above solution works for me
Thank you so much for your quick response. The way you put it makes total sense to me and helped me just make the decision to plan on moving to 11.1.
Mike
Mike,
Since you may not receive an answer for weeks I thought I would let you know my answer.
I had to upgrade to the latest service release of 11.1 in order to get a fix. It is my understanding that this was the last release to contain the classic controls so I would imagine any future fixes would be applied tot hat build as a service release as well.
I can not believe they are going to stop supporting classic controls and leave people high and dry.
The service release that fixed it for me was. - 11.1.20111.2178
signed,
Fellow developer
Hello-
I see where this fix has been applied into the ASP.Net 11.1 version of controls. Is there any options for dealing with this issue in 10.3? I understand that 11.1 is not going to be supported as of June 2012, so I would like to avoid upgrading to 11.1 just to deal with this issue.
Mike Reynolds