Visual Studio 썸네일형 리스트형 [.NET core] Visual Studio에서 resx파일 열기(리소스 탐색기를 로드하는 동안 오류가 발생했습니다) 환경 : Visual Studio 2022 Visual Studio에서 resx파일을 열 때 다음과 같은 오류 발생 리소스 탐색기 기능이 기본설정으로 설정되어 발생하는 현상 [해결]솔루션 탐색기 - 해당 resx파일 마우스 오른쪽 클릭 - "다른 프로그램으로 열기" - "관리되는 리소스 편집기(레거시)" 기본값 설정 [.NET core] dotnet-trace를 이용한 이벤트 추적 https://learn.microsoft.com/ko-kr/dotnet/core/diagnostics/dotnet-trace dotnet-trace 진단 도구 - .NET CLI - .NET.NET EventPipe를 사용하여 네이티브 프로파일러 없이 실행 중인 프로세스의 .NET 추적을 수집하기 위해 dotnet-trace CLI 도구를 설치하고 사용하는 방법을 알아봅니다.learn.microsoft.com 1. dotnet-trace 설치명령어 : dotnet-tool install --global dotnet-trace 2. 현재 실행중인 프로세스 ID확인명령어 : dotnet-trace ps 3. 명령어 실행명령어 : dotnet-trace collect --process-id 12345.. 이전 1 다음