I have to use a .NET ASP website to log time for a project, and the website works from some client machines but not others.
The machine that does not work gets a SERVER error NOT a client side error, and the error occurs on that machine with IE 10, Firefox, and Chrome. (Windows 7)
On another windows 7 machine the site works with no problem, same page, same login, and with IE 10 or Chrome (didn't try firefox).
Can someone suggest why a site would work for some machines and not others but the error would be a server error?
The server error is below.
Server Error in '/timesheet' Application.
--------------------------------------------------------------------------------
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) +7471287
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119
System.Convert.ToInt32(String value) +63
Infragistics.WebUI.UltraWebToolbar.UltraWebToolbar.getRenderer() +444
Infragistics.WebUI.UltraWebToolbar.UltraWebToolbar.OnPreRender(EventArgs e) +106
System.Web.UI.Control.PreRenderRecursiveInternal() +80
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4961; ASP.NET Version:2.0.50727.4955