PerformanceCounterCategory.GetCategories() throws

2019-06-16 10:25发布

When I try to run this code:

var categories = System.Diagnostics.PerformanceCounterCategory.GetCategories();

I get an ArgumentException exception.

I already tried the following with no luck:

  • How to manually rebuild Performance Counter Library http://support.microsoft.com/kb/300956
  • lodctr /R
  • Logged in as a local administrator.
  • Disabled User Access Control (UAC)
  • Made my user member of the Performance Monitor Users group.

I get the same result whether I run Visual Studio 2008, 2010 or 2012, on a Windows 7 Enterprise SP1 64-bit computer.

I will appreciate any help.

Thank you.

1条回答
别忘想泡老子
2楼-- · 2019-06-16 11:17

Had the same problem.

This was on a machine that had an NVidia Quadro 2000 card.

Uninstalling the "NVidia WMI" product solved the issue... :)

查看更多
登录 后发表回答