MSB4062: 어셈블리에서 작업을 로드할 수 없습니다.
이 오류는 작업을 실행하기 전에 작업 어셈블리를 로드할 수 없을 때 내보내집니다.
작업 어셈블리가 32비트 x86을 대상으로 하지만 64비트 MSBuild 환경에서 실행 중인 경우처럼 준비되지 않은 환경에서 작업을 실행할 때 MSB4018 오류가 발생할 수 있습니다.
S:\BitnessInMSBuild\ShowErrors.proj(13,5): error MSB4062: The "TaskCompiledForx86" task could not be loaded from the assembly S:\BitnessInMSBuild\TaskCompiledForx86\bin\Debug\net472\TaskCompiledForx86.dll. Could not load file or assembly 'file:///S:\BitnessInMSBuild\TaskCompiledForx86\bin\Debug\net472\TaskCompiledForx86.dll' or one of its dependencies. An attempt was made to load a program with an incorrect format. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.
이 문제를 해결하려면 작업이 작업의 UsingTask 요소에 필요한 런타임 환경에 대한 종속성을 표현하는지 확인합니다.