您好我有一个旧的VB6数据库程序 它有很多车! 我得到的一个错误是:
有关调用实时的详细信息,请参阅此消息的结尾 (JIT)调试而不是此对话框。
********** 异常文字 ********** System.InvalidCastException:从字符串" 28/02/2015"输入 '日期'无效。在 Microsoft.VisualBasic.CompilerServices.DateType.FromString(字符串 价值,文化信息文化) Microsoft.VisualBasic.CompilerServices.DateType.FromString(字符串 价值)在Jamms.frmBudgetMat.frmBudgetMat_Load(对象发送者, EventArgs e)在System.Windows.Forms.Form.OnLoad(EventArgs e)at at System.Windows.Forms.Form.OnCreateControl()at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在System.Windows.Forms.Control.CreateControl()at System.Windows.Forms.Control.WmShowWindow(Message& m)at System.Windows.Forms.Control.WndProc(Message& m)at System.Windows.Forms.ScrollableControl.WndProc(Message& m)at System.Windows.Forms.ContainerControl.WndProc(Message& m)at System.Windows.Forms.Form.WmShowWindow(Message& m)at System.Windows.Forms.Form.WndProc(Message& m)at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)at at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd,Int32 msg, IntPtr wparam,IntPtr lparam)
我没有源代码来修复此问题,而区域设置中的日期似乎不会影响此应用的格式,如何在Windows中修复此问题,而不是程序
你能帮帮忙吗?