Hi,
I have a problem with captcha controll.
It seems to be working fine on all browsers except all versions of Internet Explorer.
The captcha image is not rendered
I have checked the event viewer and there is a General Exception with message:
AssemblyVersion: 7.1.1
InnerException: Input string was not in a correct format.
Message: 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 DotNetNuke.UI.WebControls.CaptchaControl.GenerateImage(String encryptedText)
I have also checked the link to image in html markup and it's the same on all browsers, hovewer it does not show on IE. (it looks like url to image is invalid or something)