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
Go to Start, type”cmd”.
Right-click on cmd.exe and choose ‘Run as administrator’.
Type “lodctr /r” and press enter.
You will then get the message ‘Info: Successfully rebuilt performance counter setting from system backup store’.
Check if there are providers that are disabled, write “lodctr /q” and press enter
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.