Visual Studio 2017을 15.5로 업데이트 한 후 더 이상 단위 테스트를 디버깅 할 수 없습니다. 테스트를 제대로 실행할 수 있으며 비 테스트 프로그램을 디버깅 할 수 있습니다. 제가 확인했습니다BadImageException : '파일 또는 어셈블리'Microsoft.VisualStudio.QualityTools.VideoRecorderEngine '또는 해당 종속성 중 하나를로드 할 수 없습니다.'
Exception thrown: 'System.BadImageFormatException' in mscorlib.dll
Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.VideoRecorderEngine' or one of its dependencies. The module was expected to contain an assembly manifest.
Exception thrown: 'System.BadImageFormatException' in mscorlib.dll
Could not load file or assembly 'VSTestVideoRecorder' or one of its dependencies. An attempt was made to load a program with an incorrect format.
Exception thrown: 'System.BadImageFormatException' in mscorlib.dll
Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.VideoRecorderEngine' or one of its dependencies. The module was expected to contain an assembly manifest.
Exception thrown: 'System.BadImageFormatException' in mscorlib.dll
Could not load file or assembly 'VSTestVideoRecorder' or one of its dependencies. An attempt was made to load a program with an incorrect format.
Exception thrown: 'System.ArgumentException' in System.dll
FrameworkName cannot have less than two components or more than three components.
각 프로젝트가 지속적으로 (/ 부 버전 w 7+) 같은 컴파일러 설정을 사용하고, 모든 닷넷 4.7를 대상으로하는 :
나는 다음과 같은 예외를 점점 계속. VS를 15.5로 업데이트하는 것을 제외하고는 문제가되는 일부 파일의 코드가 전혀 변경되지 않았습니다.
나는 이러한 예외 사항이나 해결 방법에 관해 도움이되는 어떤 것도 발견하지 못했습니다. VS 업데이트로 인한 것 같습니다.
아이디어가 있으십니까? VS를 유일한 솔루션으로 재설치하고 있습니까?
관련 버그 입력이 '고정 - 보류 중 릴리스'입니다. https://developercommunity.visualstudio.com/content/problem/168116/badimageformatexml-microstvisualstudioquality.html – notso