VS2022-BuildShadowsTask wrong reference

Vinoth 6 Reputation points
2022-08-09T11:09:48.417+00:00

Hi Team,

VS2022 is unable to load "BuildShadowTask.dll" in UnitTest projects due to wrong reference in "Microsoft.TeamTest.targets" file as per installed path "\Program Files\Microsoft Visual Studio\2022\Professional\Msbuild\Microsoft\VisualStudio\v17.0\TeamTest"

Microsoft.TeamTest.targets :

"$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v16.0\TeamTest\Microsoft.VisualStudio.TestTools.BuildShadowsTask.dll"

instead of

$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v17.0\TeamTest\Microsoft.VisualStudio.TestTools.BuildShadowsTask.dll

the path part "v16.0" should be changed to "v17.0"

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,604 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
938 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
963 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,961 questions
{count} votes