Tagged Questions
3
votes
12answers
568 views
How to trigger an event at 03:00 every night?
How is this done best? I want an app that's running on a server to trigger an event every night at 03:00.
1
vote
4answers
1k views
WCF with .Net 2.0
We need to implement a WCF service on a machine that can only run .Net 2.0.
The machine is a Windows XPe POS terminal, and we have not found a way to install .Net 3.0. We can't really format it with ...
1
vote
2answers
2k views
How do I access performance counters from C# in Windows XP Embedded?
I have an application running under Windows XP, and I'm accessing the Processor and Memory performance counters. When I try to run the same code and access them on XP Embedded, the counters don't ...
0
votes
1answer
128 views
how to disable (or reset) a network adaptor programmatic-ally in C#
Hope the subject line makes it clear.
I need to disable a network adapter programmatically using C#(.NET 2.0) on Windows XP/E
Background Reason : After installing a Bluetooth stack on the pc. The ...