tobania / VSTS.Extension.SqlReportingServices

VSTS Extension for uploading SSRS Reports
MIT License
14 stars 20 forks source link

The imported project "C:\Program Files (x86)\MSBuild\Reporting Services\Microsoft.ReportingServices.MSBuilder.targets" was not found. #40

Open RRGGSS opened 6 years ago

RRGGSS commented 6 years ago

Dear Experts,

We're using TFS 2015 U3, Sql Server 2012 SSDT (All BI templetes were installed) and VS professional 2015 U3 in my environment.

We're trying to build SSRS project using TFS, but we got below error. Error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Reporting Services\Microsoft.ReportingServices.MSBuilder.targets" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk. Please help to solve this error and also share the step by step documentation for SSRS deployment using TFS (Could't find in Githug).

Thank You. Satheesh

ygeelen-tb commented 6 years ago

Which version of MSBuild are you using and what is the project type and framework version? Could you compare the .NET Framework versions locally and on the build server?

Actually this is not related to our Extension which only has the purpose of deploying. It expects a succesfully built project as input.

anton-kirschhock commented 6 years ago

@RRGGSS can we close the ticket?

ghost commented 6 years ago

@RRGGSS You have to have the latest update to Microsoft Reporting services Projects & Microsoft Integration Services Projects installed on your build server. To do this, manually go into Tools -> Extensions & Updates in Visual Studio on the build server and update those extensions. This is assuming you have SSDT 2017 installed first. Alternatively, you could use the VS2017 Hosted Build Server