Rank: Newbie Groups: Member
Joined: 1/29/2015 Posts: 4
|
hi guys!
i have eo.web license and used long time ago.
but when i changed my active directory department name, it gives me this error. i use eo.web treeview to rander departments and get users when click on each department.
now it gives me error. it can't accept eo.web.ashx i think.
any help please?
(POST http://localhost:15773/Telefone.aspx 500 (Internal Server Error) ----- http://localhost:15773/eo_web.ashx?id=273dbc3c-e576-4810-932a-3801d76eaf4d
Server Error in '/' 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) +10896279 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +145 EO.Web.Internal.p.a(kv A_0) +537 EO.Web.Internal.cc.ac() +189 EO.Web.WebControlBase.LoadViewState(Object savedState) +80 EO.Web.BaseNavigator.b(Object A_0) +13 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +228 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +144 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +211 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +144 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +211 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +144 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +211 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +144 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +211 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +144 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +211 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +144 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +211 System.Web.UI.Page.LoadAllState() +464 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1849
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
This maybe related to a browser update (have you switched to a newer/different browser recently?). Newer browser pass certain value as float instead of as int and older version of EO.Web was only expecting int value. We have changed our code to support float as well in newer versions. So you can try to update to the current version of EO.Web and see if it works for you.
Thanks!
|