GoogleCodeArchive / hfm-net

Automatically exported from code.google.com/p/hfm-net
0 stars 0 forks source link

Exception thrown setting the update timer length for user stats data. #276

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
HFM.NET v0.9.0.548

Microsoft Windows NT 6.1.7600.0

Exception Thrown:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException:
ComponentActivator: could not instantiate
HFM.Forms.Models.UserStatsDataModel --->
System.Reflection.TargetInvocationException: Exception has been thrown
by the target of an invocation. --->
System.ArgumentOutOfRangeException: Number must be either non-negative
and less than or equal to Int32.MaxValue or -1.
Parameter name: dueTime
  at System.Threading.Timer..ctor(TimerCallback callback, Object
state, Int32 dueTime, Int32 period)
  at System.Timers.Timer.set_Enabled(Boolean value)
  at HFM.Forms.Models.UserStatsDataModel.StartTimer()
  at HFM.Forms.Models.UserStatsDataModel..ctor(IPreferenceSet prefs,
IXmlStatsDataContainer dataContainer)

Original issue reported on code.google.com by harlam357 on 6 May 2012 at 3:31

GoogleCodeExporter commented 9 years ago
Marked Fixed for Revision 565.

Original comment by harlam357 on 28 May 2012 at 5:04