Cannot load Counter Name data because an invalid index -Exception

后端 未结 3 1079
再見小時候
再見小時候 2020-11-29 01:14

I am using C# and WPF - Operating System is windows 7 Professional and Visual Studio 2012, SQL Server 2012.

I used Devexpress Grid in wpf. I want to bind it to datab

3条回答
  •  没有蜡笔的小新
    2020-11-29 01:54

    Just had that message related to Microsoft Dynamics CRM updates not installing and the marked answer for this post helped greatly:

    Click Start, type cmd right click cmd.exe, and select Run as administrator. At the prompt, type lodctr /r and press ENTER.

    Apparently, Windows keeps some counters cache in the registry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib\009 \ Counter+Help. If this cache becomes corrupted (has blank lines), you get the above errors - and lodctr /r rebuilds that cache.

提交回复
热议问题