Ariez Posted April 13, 2003 Posted April 13, 2003 (edited) I installed this app on win98se and has a timer in it. The first tick of the timer thew an exeption saying it requires NT... What should I do? (I installed the framework on the computer though!!!!) ************** Exception Text ************** System.PlatformNotSupportedException: Feature requires Windows NT. at System.Diagnostics.Process.EnsureState(State state) at System.Diagnostics.Process.get_StartTime() at PoLLit.ComUnitClass.instanciateCom() at PoLLit.ComUnitClass.ComTimer_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) Edited April 13, 2003 by Ariez Quote Auto-suggestion: "I have a life" Uncontroled thinking: "So what the.."
*Gurus* Derek Stone Posted April 13, 2003 *Gurus* Posted April 13, 2003 The exception has nothing to do with the timer itself. The code executing in your ComTimer_Tick event is the problem. The StartTime property of the Process class is not supported on Windows 98. Quote Posting Guidelines
Ariez Posted April 13, 2003 Author Posted April 13, 2003 Derek, you saved my A**.... The polling is running great .... Thanx man... Quote Auto-suggestion: "I have a life" Uncontroled thinking: "So what the.."
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.