I am migrating our solution to the new Visual Studio 2017 environment and also want to use source control in Visual Studio Team Services.
Building locally on my machine works fine. The build solution can be zipped and deployed to our clients server, but I want to make use of the VSTS deployment feature.
If I put my solution in VSTS and do a build I keep getting errors like:
licenses.licxlicenses.licx(1,0): Error LC0003: Unable to resolve type 'Telerik.Reporting.TextBox, Telerik.Reporting, Version=11.1.17.614, Culture=neutral, PublicKeyToken=a9d7983dfcc261be'
And for some other controls as well.
.NET Framework 4.5.2
MVC 5
Terlerik Reporting 11.1.17.614
Al already added the referenced files for Teleri.Reporting to the project and set Copy Local to true.