I got a new dev windows 10 machine and I'm fetching projects out of TFS and all but one project will build. I'm getting the following error message:
The command "xcopy c:\windows\assembly\gac_msil\microsoft.reportviewer.processingObjectModel\10.0.0.0__b03f5f7f11d50a3a ..\ExtraFilesToPublish /i /h /s /r /y" exited with code 4
I installed the NuGet package:
Install-Package Microsoft.ReportViewer.WebForms
and I'm still getting the error, I do not see the reportviewer folder under the GAC_MSIL folder either. Is there something else I need to install to get this web app built and running 100%?