В чем причина приведенной ниже проблемы?
Не удалось запустить задачу "GenerateResource“, поскольку MSBuild не удалось создать или подключиться к хосту задач со средой выполнения” CLR2 “и архитектурой”x86".
Что я уже пробовал:
To resolve it, go to your csproj file and add the following line under the default property group: <PropertyGroup> … <DisableOutOfProcTaskHost>true</DisableOutOfProcTaskHost> </PropertyGroup> And that should resolve the issue, everything should be compiled.