When debugging Pb today, an error occurs: 1. Open PbProgramWhen running, the system prompts that an unhandled Win32 exception occurs in pb90.exe, and then enables. Net debugger debugging.
Re-open PB or this error, and restarting the computer is no miracle. Is it because my PB crashes and I want to reinstall it. This is a big project. I don't want to reinstall Pb. So I searched the internet and finally got the answer:
1. If it is poisoned, delete all the EXE files. Unfortunately, reinstall the system!
2. If not, delete the two key values in the registry.
HKEY_LOCAL_MACHINE/software/Microsoft/. netframework/dbgmanageddebugger
HKEY_LOCAL_MACHINE/software/Microsoft/Windows NT/CurrentVersion/AeDebug/Debugger
After deleting these two keys, my PB will survive. Haha, it seems that network resources should be well utilized! In fact, there are a lot of problems, and there are answers to questions on the Internet. Only you can search for them.