System.Diagnostics on NT4.0?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi folks, I have an issue with the System.Diagnostics.PerformanceCounter class (and associated classes). I have a Windows Service written in C# that creates and uses it's own performance counters and this all works fine on XP, but when I run the service on NT4 (the target platform, unfortunately) I get a PlatformNotSupportedException thrown. Now, the documentation says the PerformaceCounter, and CounterCreationDataCollection are supported on NT4.0 workstation and server -- are the docs wrong, or is there a part of the jigsaw missing? Cheers Dr Herbie Dr Herbie Remember, half the people out there have below average IQs.