Server Error in '/' Application.
--------------------------------------------------------------------------------取得线路地点信息出错。|areaID:E2F88EB60FB97E9|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.Exception: 取得线路地点信息出错。|areaID:E2F88EB60FB97E9|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: 
[Exception: 取得线路地点信息出错。|areaID:E2F88EB60FB97E9|Input string was not in a correct format.]
   V90.DAL.LinePlace.GetLinePlaceInfo(String areaID) +612
   V90.BLL.LinePlace.GetLinePlaceInfo(String areaID) +73
   V90.WEB.Control_GridView.BindGridViewSource() +384
   V90.WEB.Control_GridView.BindData() +320
   V90.WEB.Control_GridView.Page_Load(Object sender, EventArgs e) +684
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436

求助一下,这个哪方面的问题 如何解决 
 

解决方案 »

  1.   

    格式不正确
    单步跟踪GetLinePlaceInfo
    int.TryParse
      

  2.   

    Input string was not in a correct format输入了错误的格式
      

  3.   

    Input string was not in a correct format
    检查方法V90.BLL.LinePlace.GetLinePlaceInfo
      

  4.   

    GetLinePlaceInfo要的参数是不是传错了
      

  5.   

    少了两个dll!   System.Web.Extensions.Design.dll
    System.Web.Extensions.dll
      

  6.   

    LZ看来对vs不熟悉啊,单步调试一下,是输入类型错误
      

  7.   

    格式不正确
    单步跟踪GetLinePlaceInfo
    int.TryParse
      

  8.   

    格式不正确
    单步跟踪GetLinePlaceInfo
    int.TryParse