Problem using Kendo in .net 6

0 Answers 48 Views
General Discussions Installer and VS Extensions
Al
Top achievements
Rank 1
Al asked on 28 Nov 2023, 01:57 AM

I have a brand new solution and a brand new subscription to the telerik library mvc and core

I am following all the documentation and samples but when I try to register the Kendo service, it is not recognized

Also the @html tag is not recognized either even after registering the taghelpers

Is this product not suppose to work with .net 6 or higher?

This line is not recognized

builder.Services.AddKendo();
Stoyan
Telerik team
commented on 30 Nov 2023, 11:53 AM

Hi Al,

We strive to introduce zero day support for the new versions of .NET.

Therefore .NET 6 is supported from version 2021.3.1109 onward.

With that said, based on the shared line of code it seems that the issue may arise if the server-side dependency of Telerik UI for ASP.NET Core is no included or recognized by the application.

If any issue with the restoration of the Telerik NuGet packages arises, I recommend our Installing Telerik UI for ASP.NET Core with NuGet article.

Additionally, to ease the setup of new sample project and the use of the product in general I also recommend you to download our Visual Studio Productivity extension. It allows you to set up a project with templates, to scaffold components or to get commonly used boilerplate configurations from shortcuts.

I hope the information above is useful.

If the issue persists, consider sharing more information about the observed behavior on your side. Thank you in advance.

 

No answers yet. Maybe you can help?

Tags
General Discussions Installer and VS Extensions
Asked by
Al
Top achievements
Rank 1
Share this question
or