Cannot load Counter Name data because an invalid index -Exception

后端 未结 3 1074
再見小時候
再見小時候 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 02:08

    1. Go to Start, type”cmd”.

    2. Right-click on cmd.exe and choose ‘Run as administrator’.

    3. Type “lodctr /r” and press enter.

    You will then get the message ‘Info: Successfully rebuilt performance counter setting from system backup store’.

    1. Check if there are providers that are disabled, write “lodctr /q” and press enter

    2. You will then get a long list of providers, make sure that the [CRM Client] is Enabled, see below

    If not, write “lodctr /e:CRM Client” and press enter.

    1. Install the Microsoft Dynamics CRM for Outlook client Update Rollup

提交回复
热议问题