Hello,
I want to log the memory usage of my application. To do this I want to create a performance counter. But somehow it's not working.
When i define: private System.Diagnostics.per* I see no PerformanceCounter.
As stated here: http://msdn2.microsoft.com/en-us/library/system.diagnostics.performancecounter.aspx
Version Information
It should be working in .NET 2.0. I'm using visual studio 2005 and windows CE 5.0.
Any suggestions
Thanks.