Troubleshooting browser crashes or performance issues on Windows 11
알 수 없는 에러가 발생하여 앱을 종료합니다. The WebView control is no longer valid because the browser process crashed. To work around this, please listen for the CoreWebView2.ProcessFailed event to explicitly manage the lifetime of the WebView2 control in the event of a browser failure.http://docs.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2.processfailed 라는 오류가 발생하였을 땐 어떻게 해결해야할까요?
Troubleshooting browser crashes or performance issues on Windows 11
질문 작성자가 수락한 답변
작업 표시줄에서 검색어에 regedit를 입력하면 레지스트리를 실행하세요.
이동 장소:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\
오른쪽 클릭 {F3017226-FE2A-4295-8BDF-00C3A9A7E4C5} and delete it.
이 링크로 가 https://developer.microsoft.com/microsoft-edge/webview2?form=MA13LH
Webview2를 다운로드하여 설치하세요.
그게 문제를 개선하는지 확인해 보세요.