Hello,
I am trying to build on visual studio team services the application we build with telerik UI.
I am stuck on the error : C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets (2049, 5)
Could not find SDK "Telerik UI For Universal Windows Platform, Version=2016.2.608.45".
Obviously, the tlerik UI is referenced in Visual Studio through the add Reference -> Extensions functionnality so the dll are referenced locally, which explains why the build serveur encounters this error.
I tried including the telerik dlls directly in my project adn reference them one by one instead of referencing the telerik extension. That actually mad the build pass on VSTS, BUT the application does not work anymore. It crashes with a WIn32 error on launch, so I guess the telerik dlls are missing some depedencies.
Does anyone know a way to reference telerik UI in a project so that it can compile on a build server and also locally ?
Thank you
Nicolas R