Updating a project to .net 6 from 4.x and I'm trying to get the Kendo grid to fire up and I'm getting the error CS1061... does not contain a definition for Kendo. Can someone help me out with this?

1 Answer 122 Views
Grid
Sunil
Top achievements
Rank 1
Sunil asked on 22 Sep 2023, 05:24 PM

Updating a project to .net 6 from 4.x and I'm trying to get the Kendo grid to fire up and I'm getting the error CS1061... does not contain a definition for Kendo. Can someone help me out with this? I'm missing some kind of reference.

 

 

 

1 Answer, 1 is accepted

Sort by
0
Vasko
Telerik team
answered on 27 Sep 2023, 11:40 AM

Hi Sunii,

I created a sample project with .NET 4 and upgraded to .NET 6 and everything was working as expected on my end - there were no errors. One thing that come to my mind as to why this occurs is that you may have migrated from a MVC project to a Core project due to the aforementioned .NET 4.x (which indicates to me that you're using .NET Framework and not .NET).

I suggest you remove the UI for ASP.NET MVC from your project, since UI for ASP.NET MVC is not compatible with .NET6 and instead install Telerik UI for ASP.NET Core, following the linked step by step guide.

Kind regards,
Vasko
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages. If you're new to the Telerik family, be sure to check out our getting started resources, as well as the only REPL playground for creating, saving, running, and sharing server-side code.
Tags
Grid
Asked by
Sunil
Top achievements
Rank 1
Answers by
Vasko
Telerik team
Share this question
or