Just-in-time debugging error fixin’

15 Temmuz 2010   //   Hata Giderme, Nasıl Yapılır, Visual Studio   

Türkçesi ( In Turkish )

If you installed Visual Studio then a god damn error will shown after an application’s error. For fixin’ this error you have to : open “Run” from Start menu (CTRL + R) and write “regedit” and click OK.

For 32 Bit :

  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger
  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger

For 64 Bit :

  • HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger
  • HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\DbgManagedDebugger

Find this nodes and delete them…

Working in Windows XP and Windows Seven, I didn’t test in Windows Vista…

Regards ;)

If you installed Visual Studio then a god damn error will shown after an application’s error.
 

Yorum Yap / Soru Sor