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
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?
Hello elPlato79,
That is because you have probably downloaded Version Utility for 11.2. In order to use Version Utility for 11.1 you should install 11.1 product first.
You can also upgrade your project manually by replacing the 10.3 assemblies and references with 11.1 ones.
Right now there are plans for creation of Untested Build addressing this issue for version 10.3 also, that is why you can wait for this build too.
Hello All,
The reported issue was researched and addressed from our R&D team and it is resolved in our latest service release for ASP.NET.
You can see our latest service releases in our web site - “Support > Service Releases” and download them from “My IG > My Keys and Downloads” page.
If you cannot see/download our latest service release you may need to register your product key first. You can register your product key in “Support > Register Your Product” page.
Thank you for your patience.
my investigation proves that infragistics controls are unable to retrieve the version number details from request object for FF 10 and above to resolve this issue please mention the target browser hint when ever use an infragistics control like weblistbar or webcombo. adding following attribute may resolve this issue.
BrowserTarget="UpLevel"
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
this is what i got from support team.
Hello Muhammad,
We have escalated and fixed this issue in an effort to provide you with a fix as quickly as possible.
This fix is not a full-fledged service release. It has been provided to you outside of standard procedures. It has not gone through standard Quality Assurance regression testing or installer testing, and therefore there is heightened risk associated with its use. We have verified that this fix addresses your specific development issue.
With this in mind, please ensure that you fully back up your application, along with all currently installed NetAdvantage .NET assemblies, before installing this fix and upgrading your project. Please fully test all aspects of your application to ensure that there are no unexpected results. If you do find an issue, please provide us with the details so we can assess and address it. Please also let us know if everything appears to be acceptable and no issues are exposed.
You can download the untested build from the following private link - http://download.infragistics.com/Download/hotfixes/pre/!Special/NAASPNET_20102.2253.zip
Inform me if the specific issue is addressed with this build.
hi usiddiqi,
I was able to find the BrowserTarget attribute in weblistbar, but not in webcombo.Can you specify where/how is it set for webcombo?
Thank you, usiddiqi, for your wonderful hint!Our FF10 issue with the UltraWebListBar is now resolved:
<iglbar:UltraWebListbar [...] BrowserTarget="UpLevel">
With best regards