Error while building the code in Azure Ci/CD for missing Telerik and Kendo libraries

1 Answer 469 Views
Application
Salma
Top achievements
Rank 1
Iron
Salma asked on 06 Jan 2022, 01:01 AM

HI,  

I am working on the MVC.net (not core) application.  used the few stuff from Kendo ui, like autocomplete and notification.  Everything works fine on local and when deployed to the Azure without the automated CI/CD process.

 

Now when it came to the do the build for CI/CD I am getting the below error:

ResolveAssemblyReferences: Primary reference "Kendo.Mvc". ##[warning]C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): Warning MSB3245: Could not resolve this reference. Could not locate the assembly "Kendo.Mvc". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Kendo.Mvc". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\a\1\s\MyApp\MyApp.csproj] For SearchPath "{HintPathFromItem}".

 

//Properties in Visual Studio for the dll

Although the code is running fine after deployment and on local but I noticed that the Telerick or Keno dlls that are sever in reference folder

are missing from the Package folder.

1 Answer, 1 is accepted

Sort by
0
Anton Mironov
Telerik team
answered on 10 Jan 2022, 11:38 AM

Hello Salma,

Thank you for the details provided.

As this is not a Kendo-related issue I made a research for the case and could recommend trying the approaches from the following forum thread answers:

I hope this information helps.

If further assistance on anything Kendo-related is needed, do not hesitate to contact me and the team.

Kind Regards,
Anton Mironov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Application
Asked by
Salma
Top achievements
Rank 1
Iron
Answers by
Anton Mironov
Telerik team
Share this question
or