日期:2014-05-18  浏览次数:21892 次

Microsoft .NET Framework 应用程序中发生了无法处理的异常
我用c#编了一个程序,在自己机子上调试及安装都没有问题,我就把安装程序安装到另外两台机子a、b上,并随该程序一起安装了framework 2.0(原来的机子上没有framework)。 程序本来在正常运行,运行了一个月,前两天忽然坏了,一运行就提示如下:(我重新装了framework2.0也没有用)


Microsoft .NET Framework 应用程序中发生了无法处理的异常

应用程序中发生了无法处理的异常。如果单击‘继续’,应用程序将忽略此错误并尝试继续。如果单击‘退出’,应用程序将立即关闭。
该字符串被识别为有效的DateTime。


有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。

************** 异常文本 **************
System.FormatException: 该字符串未被识别为有效的 DateTime。
  在 System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
  在 System.DateTime.Parse(String s, IFormatProvider provider)
  在 System.Convert.ToDateTime(String value)
  在 WindowsApplication1.Form1.button2_Click(Object sender, EventArgs e)
  在 WindowsApplication1.Form1.Form1_Load(Object sender, EventArgs e)
  在 System.Windows.Forms.Form.OnLoad(EventArgs e)
  在 System.Windows.Forms.Form.OnCreateControl()
  在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  在 System.Windows.Forms.Control.CreateControl()
  在 System.Windows.Forms.Control.WmShowWindow(Message& m)
  在 System.Windows.Forms.Control.WndProc(Message& m)
  在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  在 System.Windows.Forms.ContainerControl.WndProc(Message& m)
  在 System.Windows.Forms.Form.WmShowWindow(Message& m)
  在 System.Windows.Forms.Form.WndProc(Message& m)
  在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** 已加载的程序集 **************
mscorlib
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.42 (RTM.050727-4200)
  基本代码: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
WindowsApplication1
  程序集版本: 1.0.0.0
  Win32 版本: 1.0.0.0
  基本代码: file:///C:/Program%20Files/地震报警20110831/WindowsApplication1.exe
----------------------------------------
System.Windows.Forms
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.42 (RTM.050727-4200)
  基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.42 (RTM.050727-4200)
  基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.42 (RTM.050727-4200)
  基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.42 (RTM.050727-4200)
  基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.42 (RTM.050727-4200)
  基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
mscorlib.resources
  程序集版本: 2.0.0.0
  Win32 版本: 2.0.50727.42 (RTM.050727-4200)
  基本代码: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
-------------------------------------