windows 8 - dwm.exe error debugging in visual studio -


i m facing error while working . shows message "dwm.exe" has stopped working . , debugging in visual studio . occurs if have stopped moving mouse

enter image description here

go following registry key:

hkey_local_machine\software\microsoft\windows nt\currentversion\aedebug 

add reg_dword value autoexclusionlist subkey, name name of executable file , value 1. default, desktop window manager (dwm.exe) excluded automatic debugging because otherwise system deadlock can occur if dwm.exe stops responding (the user cannot see interface displayed debugger because dwm.exe isn't responding, , dwm.exe cannot terminate because held debugger). windows server 2003 , windows xp: autoexclusionlist subkey not available; cannot exclude application, including dwm.exe, automatic debugging. default aedebug registry entries can represented follows:

hkey_local_machine    software       microsoft          windows nt             currentversion                aedebug                   auto = 1                   autoexclusionlist                      dwm.exe = 1 

Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -