기타 정보/정보공유-IT

Visual Studio 2022 C# 빌드 오류, System.BadImageFormatException: 'Corrupt .resources file. Unable to read resources from this file because of invalid header information. Try regenerating the .resources file.'

FreeBear 2024. 4. 1. 13:22
반응형

System.BadImageFormatException: 'Corrupt .resources file. Unable to read resources from this file because of invalid header information. Try regenerating the .resources file.' 

해결 방법

1. 솔루션 탐색기에서 [솔루션] 혹은 [프로젝트] 우클릭

2. 솔루션에서는 [솔루션 정리], 프로젝트에서는 [정리] 클릭

 

3. 프로젝트 우클릭 후 [다시 빌드] 클릭

 

반응형