Help with MSbuild 4 and custom tasks
rajeshkumar created the topic: Help with MSbuild 4 and custom tasks I’m trying to build a custom task using the Task base class in Microsoft.Build.Utilitieis.v4.0. I have the task built and compiled just fine but I get this error C:\sandbox\c-wundram\msbuild\TalTrade.Importer\TestImporterTask\TestImporterTas k.csproj(58,5): error MSB4062: The “Importer” task could not be loaded from the assembly C:\sandbox\c-wundram\msbuild\TalTrade.Importer\TalTrade.Importer\bin\ debug\TalTrade.Importer.dll. … Read more