HttpClient 요청에서 IOException 발생 다음 코드는 "지정된 레지스트리 키가 없습니다."라는 메시지와 함께 IOException을 발생시킵니다. HttpClient client = new HttpClient(); Uri uri = new Uri("http://www.google.com"); client.GetAsync(uri); 이것은 Main의 콘솔 앱에 있습니다. mscorlib.dll에서 오류가 발생한 것 같습니다! Microsoft.Win32.RegistryKey.Win32Error (int errorCode, string str). 이 오류가 발생하는 이유 또는 디버깅을 시작하는 방법을 모르겠습니다. 스택 추적 편집 : Microsoft.Win32.RegistryKey.Win32..