|
Bug in Opera 9 - Input string was not in a correct format
Last post 06-26-2007, 5:49 PM by Adam. 16 replies.
-
05-30-2007, 3:32 AM |
-
TomekR
-
-
-
Joined on 05-30-2007
-
-
Posts 2
-
-
|
Bug in Opera 9 - Input string was not in a correct format
Hi editor doesn't work on Opera 9 error is:
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) +2752739
System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt) +113
System.Double.Parse(String s, NumberStyles style, NumberFormatInfo info) +188
System.Convert.ToDouble(String value) +68
CuteEditor.Editor.get_BrowserType() +1416
CuteEditor.Editor.b() +26
CuteEditor.a.t() +150
CuteEditor.Editor.CreateChildControls() +29
System.Web.UI.Control.EnsureChildControls() +87
System.Web.UI.Control.PreRenderRecursiveInternal() +41
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360
aspx code:
<CE:Editor ID="bokmal" runat="server">
</CE:Editor>
in cs file i do not set enything, turned off every parameter, downloaded last version (05-22-2007)
can somebody help me with this?
|
|
-
05-30-2007, 11:18 AM |
-
06-01-2007, 2:32 AM |
-
TomekR
-
-
-
Joined on 05-30-2007
-
-
Posts 2
-
-
|
Re: Bug in Opera 9 - Input string was not in a correct format
change culture on server helps:
protected override void InitializeCulture()
{
System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("en-US");
System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en-US");
base.InitializeCulture();
}
|
|
-
06-04-2007, 7:01 AM |
-
eldorsen
-
-
-
Joined on 09-27-2005
-
-
Posts 58
-
-
|
Re: Bug in Opera 9 - Input string was not in a correct format
I've also had this problem. I think CuteEditor has problem with Opera versions in other languages than english. It dosen't work with Norwegian version of Opera. Haven't tested this with version 6.0 - 22-05-2007, but it was a problem in previous versions.
I would really like to see a changelog every time a new version is published.
|
|
-
06-06-2007, 2:38 AM |
-
-
06-06-2007, 12:15 PM |
-
06-07-2007, 1:53 AM |
-
eldorsen
-
-
-
Joined on 09-27-2005
-
-
Posts 58
-
-
|
Re: Bug in Opera 9 - Input string was not in a correct format
I still get the same problem on this example. Using Firefox 2.0.0.4, Windows XP.
When i click the scrollbar the dropdown dissapears.
|
|
-
06-12-2007, 4:22 AM |
-
eldorsen
-
-
-
Joined on 09-27-2005
-
-
Posts 58
-
-
|
Re: Bug in Opera 9 - Input string was not in a correct format
Hi Adam. I've just installed the latest version (06-09-2007) and the editor still won't work in Norwegian Opera 9.20. Do you have any suggstions to what could be wrong? Here is my stacktrace from the error i receive:
MESSAGE: Input string was not in a correct format.
TARGETSITE: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean)
STACKTRACE:
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Double.Parse(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToDouble(String value)
at CuteEditor.Editor.get_BrowserType()
at CuteEditor.Editor.b()
at CuteEditor.Editor.a.a.t()
at CuteEditor.Editor.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at CuteEditor.Editor.get_ToolControls()
at admin_nyheter_nyhet.PopulateCuteEditorLinks()
at admin_nyheter_nyhet.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
|
|
-
06-12-2007, 4:28 AM |
-
-
06-13-2007, 10:30 AM |
-
06-18-2007, 4:12 AM |
-
eldorsen
-
-
-
Joined on 09-27-2005
-
-
Posts 58
-
-
|
Re: Bug in Opera 9 - Input string was not in a correct format
I cleared the cache, and I tested it on more than one computer. Maybe it is only a problem with the Norwegian version of Opera?
|
|
-
06-18-2007, 1:50 PM |
-
06-20-2007, 3:27 AM |
-
eldorsen
-
-
-
Joined on 09-27-2005
-
-
Posts 58
-
-
|
Re: Bug in Opera 9 - Input string was not in a correct format
I'm still getting the same error. I've tested the browser with another editor that supports opera, and everything is working fine, so i believe this must be a cuteeditor problem, and not a problem with my browser.
The steps to reproduce are simple:
- Enter this page: http://cutesoft.net/example/general.aspx
- The first time everything works
- push F5 for refresh
- now no dropdowns are loaded, and no buttons work
Can anyone else reproduce this?
|
|
-
06-26-2007, 1:35 PM |
-
timothyc
-
-
-
Joined on 11-22-2005
-
Malta
-
Posts 4
-
-
|
Re: Bug in Opera 9 - Input string was not in a correct format
I am also encountering this error... and I'm quite pissed off right now... clients continuosly phone stating that updating in Opera is not working!
At least remove the compatible to Opera icon... since it is clearly not!!!
|
|
-
06-26-2007, 5:49 PM |
|
|
|