Update Error
Can anybody help me out here?
EQ2MAP and its Auto Updater have worked in the past. I have NET Framework 1.1 and I get this error now:
Unknown Error: mscorlib
at System.DateTime..ctor(Int64 ticks)
at System.DateTime.FromFileTimeUtc(Int64 fileTime)
at System.IO.FileSystemInfo.get_LastWriteTimeUtc()
at System.IO.FileSystemInfo.get_LastWriteTime()
at WindowsApplication7.Form1.DownloadExtras()
at WindowsApplication7.Form1.DoUpdates()
at WindowsApplication7.Form1.Timer3_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.Callback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks.
Parameter name: ticks
|