'The resource string "UnsupportedProjectType" for the "CompileWorkflowTask" task cannot be found
After I install Visual studio update 16.10.3. MSBuild stopped compiling my Workflow Foundation project. I made lots of search but unfortunately I could not find anything. Is there anyone who has any idea about this issue?
Error The "CompileWorkflowTask" task failed unexpectedly.
System.ArgumentException: The resource string "UnsupportedProjectType" for the "CompileWorkflowTask" task cannot be found. Confirm that the resource name "UnsupportedProjectType" is correctly spelled, and the resource exists in the task's assembly.
at Microsoft.Build.Shared.ErrorUtilities.ThrowArgument(Exception innerException, String resourceName, Object[] args)
at Microsoft.Build.Shared.ErrorUtilities.VerifyThrowArgument(Boolean condition, Exception innerException, String resourceName, Object arg0, Object arg1)
at Microsoft.Build.Utilities.TaskLoggingHelper.FormatResourceString(String resourceName, Object[] args)
at Microsoft.Build.Utilities.TaskLoggingHelper.LogErrorFromResources(String messageResourceName, Object[] messageArgs)
at System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.ValidateParameters()
at System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext() ```
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|