disabling Visual Studio Just-In-Time Debugging

အမြဲတမ်း ဟမ်းသွားတယ့် အချိန်ဆို တက်တက်လာလို့ စိတ်ညစ်နေရတဲ့ ဟာလေးပါ .. ဘာကို လုပ်လို့ လုပ်ရမှန်းကို မသိဘူး .. အဲဒါနဲ့ Disable လုပ်မယ့် နည်းကို ရှာကြည့်တော့ Microsoft website မှာတော့ ဒီလို ရေးထားပါတယ် .. Open MS Visual Studio
Go to Tools -> Options -> Debugging -> Just-In-Time and disable VS as the JIT debugger.
အဲဒါလုပ်လိုက်တော့ အောက်က error ထပ်ပေါ်လာပြန်ပါတယ်.. အဲဒါနဲ့ နောက်ဆုံး Registry ထဲမှာ ၀င်ပြင်မှပဲ မူရင်း error တက်လာပါတော့တယ် ..
Delete the following registry keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger

On a 64-bit operating system also delete the following registry keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\DbgManagedDebugger
More info => http://social.msdn.microsoft.com/Forums/en/vsdebug/thread/9e6cb3fb-f8fb-4c22-8608-e521e13260ff

No Response to "disabling Visual Studio Just-In-Time Debugging"

Post a Comment

powered by Blogger