未處理的異常
調試出錯:
未處理的異常
問題解決:
方法一
這時只要修復一下windows的性能計數器即可
具體方法
方法二
修改注冊表信息
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/PerfProc/Performance 下面的鍵值Disable Performance Counters 設置為
用C#編程實現“設置Disable Performance Counters的鍵值為
using Microsoft
private void Button
{
RegistryKey hklm = Registry
RegistryKey software = hklm
RegistryKey myKey= software
myKey
}
要求當前用戶是本機的管理員
From:http://tw.wingwit.com/Article/program/net/201311/14217.html