Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article describes the MSB4044 error code.
Message text
MSB4044: The 'value' task was not given a value for the required parameter 'value'.
Description
This error occurs when a task isn't provided a value for a required parameter.
Resolution
Check the project file or imported file for the invocation of the task, and examine the arguments provided.
Check the documentation for the task for more information about the expected parameters, including which parameters are required, and which are optional.
For more information, see MSBuild tasks.
Applies to
All versions of MSBuild