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
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 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?
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.