回 帖 发 新 帖 刷新版面

主题:急切求助:调试出现错误,如何发现其具体在哪??

调试时,运行到某一处时,系统出现如下提示
System.FormatException: Input string was not in a correct format.
   at Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(String Value, NumberFormatInfo NumberFormat)
   at Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(String Value)
   at Microsoft.VisualBasic.CompilerServices.BooleanType.FromString(String Value)

但虽然我是 逐句调试的 并没有往常的提示(用黄色线标注) 如何能得知程序具体是执行到什么地方出现错误的????

谢谢!!!

回复列表 (共5个回复)

沙发

给出错误代码先

板凳

没有错误代码。 
提示信息如下:
    An unhandled exception has occured in you application .
   If you click Continue,the application will ignore this error and attempt to continue.I you click quit,the allication will shut down immediately.

   Input string was not in a correct format.

其中 details 如下:

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.FormatException: Input string was not in a correct format.
   at Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(String Value, NumberFormatInfo NumberFormat)
   at Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(String Value)
   at Microsoft.VisualBasic.CompilerServices.BooleanType.FromStr

3 楼

总应该知道是在哪个代码段中出错的吧,把相关代码给出

4 楼

没给提示啊

5 楼

System.FormatException....应该是格式异常吧

我来回复

您尚未登录,请登录后再回复。点此登录或注册