T
theinvisibleGhost
I'm having a problem that occurs at random in my app.
I get an exception
"Cannot Access a disposed object"
In MSCorLib when calling boolean Change (int32, int32)
Stack trace reveals
System.Threading.Timer.Change(Int32, int32)
at Systems.Timers.UpdateTimer()
at System.Timers.Timer.set_Interval(double value)
and so on thru my app.......
The problem occurs when i set the interval on the timer.
Sometimes this occurs within 4 minutes of starting the app....
The record today is 22 hours........
Theres nothing in my code to dispose of the timers
they should just sit there....
any ideas?! :-s
Cheers
I get an exception
"Cannot Access a disposed object"
In MSCorLib when calling boolean Change (int32, int32)
Stack trace reveals
System.Threading.Timer.Change(Int32, int32)
at Systems.Timers.UpdateTimer()
at System.Timers.Timer.set_Interval(double value)
and so on thru my app.......
The problem occurs when i set the interval on the timer.
Sometimes this occurs within 4 minutes of starting the app....
The record today is 22 hours........
Theres nothing in my code to dispose of the timers
they should just sit there....
any ideas?! :-s
Cheers