[Solved] NuGet packaging problem with 2026.3.811 of Telerik.UI.for.AspNet.Mvc5.

2 Answers 39 Views
General Discussions
Robert
Top achievements
Rank 1
Robert asked on 18 Aug 2026, 07:53 PM
It appears there is a packaging problem with version 2026.3.811 of Telerik.UI.for.AspNet.Mvc5.  It lists the package dependency for Telerik.SvgIcons and Telerik.FontIcons at version 4.9.2 in the nuspec file.  But compiling a project using Telerik.UI.for.AspNet.Mvc5 results in a package version conflict on these two because the actual Kendo.MVC.dll is dependent on version 4.11.0 (verified with dotPeek) of those packages.

2 Answers, 1 is accepted

Sort by
0
Accepted
Neli
Telerik team
answered on 21 Aug 2026, 04:49 PM

Hello Robert,

Thank you for reporting the issue. I managed to reproduce it on my side. I will discuss it with a developer from the team and will follow up as soon as I have more information on the matter.

Thank you for your patience.

Regards,
Neli
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

0
Neli
Telerik team
answered on 27 Aug 2026, 06:43 AM

Hi Robert,

Thank you very much for your patience and for reporting the issue.

Based on your report, I logged the following bug item:

- https://feedback.telerik.com/aspnet-mvc/1718321-incorrect-package-dependency-for-telerik-ui-for-aspnet-mvc5

As marked in the item, a developer is assigned to the issue and is working on it.

In the meantime, you can try using a binding redirect similar to the one below:

<dependentAssembly>
      <assemblyIdentity name="Telerik.SvgIcons" publicKeyToken="20b4b0547069c4f8" culture="neutral" />
      <bindingRedirect oldVersion="0.0.0.0-4.11.0.0" newVersion="4.11.0.0" />
    </dependentAssembly>
    <dependentAssembly>
      <assemblyIdentity name="Telerik.FontIcons" publicKeyToken="20b4b0547069c4f8" culture="neutral" />
      <bindingRedirect oldVersion="0.0.0.0-4.11.0.0" newVersion="4.11.0.0" />
 </dependentAssembly>

As a token of gratitude for reporting the issue I have updated your Telerik points.

Regards,
Neli
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Robert
Top achievements
Rank 1
commented on 27 Aug 2026, 01:12 PM

Thanks!

Already worked around it by directly adding the 4.11.0 versions of those packages so everyone is happy.

Tags
General Discussions
Asked by
Robert
Top achievements
Rank 1
Answers by
Neli
Telerik team
Share this question
or