Hi Team,
In our ASP.Net Core MVC project we are using the Telerik Feed for automatic package restoration which work fine by setting up the Username and Password in the nuget.config file inside the %AppData% Folder(C:\Users\-----\AppData\Roaming\NuGet present inside windows), but when we try to deploy build into the server Nuget package restore is failing. May I expect any assistance on this or any steps are we missing which we need to follow to get restoration happen properly on the server.
Hi, I have a working, simple, ASP.NET core program (using .NET 9) and adding Telerik ASP.NET Core breaks the project (~sigh~). The project issues warnings regarding CodeAnalysis resolution. I tried adding the package (as per the .NET 8 fix (Upgrading to .NET 8)) - that made things worse.
I've tried using the Telerik wizard in VS2022 or manually (which historically has not been an issue.
Follow-up note: Issue is related to EntityFrameworkCore, which has a dependency on Microsoft.CodeAnalysis 4.8.
- adding Telerik,UI.for.ASPNet.Core to this configuration creates version issues for EF packages and Telerik. The project configuration before adding Telerik is the ASP.NET Core project template for Razor Page based project (Visual Studio 2022 with up-to-date patching.)
Any suggestions (please).
Thank you.
Hi there,
is there any way to dowload and try trial version of Kedno.UI Core for Asp.Net core 3.1? The newest version does not support .net core 3.1.
Do we need to have individual license for each developers to work on the Telerik UI for ASP NET Core.
Note:
When other developer try to clone the code from repository which has the dependency on Telerik UI for ASP NET Core, the package was not getting restored when build/rebuild the Appliation and error was thrown instead
Severity Code Description Project File Line Suppression State
Error NU1102 Unable to find package Telerik.UI.for.AspNet.Core with version (>= 2024.2.514)
- Found 1 version(s) in nuget.org [ Nearest version: 2016.3.914 ]
- Found 0 version(s) in Microsoft Visual Studio Offline Packages
Any assistance on this would be appreciated.
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();Hello everyone,
First of all, we did not renew our telerik license and we are using the latest possible telerik version we can get for a long time.
Last week our devops publish failed because of dotnet tools download failure. We had detailed look on the fail and found out that telerik nuget feed causing the error. We literally changed nothing about versions in the code but still we get the error nonetheless. Even the latest successfull published commit is giving the same error. Publish from VS is also giving the same error and Nuget solution with telerik package source in VS still works fine with our telerik credentials.
What is the reason for that, can anyone help us?
Thanks.
Is there another (hopefully easier) way to get the packages needed to start working the ASP.NET Core components? It took a lot of trial and error searching to finally get the Package Source working.
I had to use the Windows Credential Manager to remove all telerik related credentials and start over with the .msi installer... I was able to go back into VS2022 and add a telerik Package Source. When prompted, I added the same credentials I use to access my telerik.com account (from which I downloaded the .msi installer, btw).
Finally, I selected an ASP.NET Core Web app project, then Manage Nuget Packages, and was able to browse/find the Telerik.UI.for.AspNet.Core.2023.2.289 package. Selected that, then clicked install and... it failed with what appears to be related to sub dependencies.
This whole process has been ridiculously complicated. Is there way to get this working just so we can work through an tutorial or two?
I am using AspNet Core MVC 7
I am trying to create a custom HTML helper outside of a razor view. I am using the IHtmlHelper in this scenario and unfortunately outside of a razor view I cannot do something like this:
var uploader = _helper.Kendo().Upload()
.Name("uploadFiles")
.Multiple(true)
.HtmlAttributes(new { style = "margin: 15px 0 5px 0;" });
Compilation error:
Error CS1061 'IHtmlHelper' does not contain a definition for'Kendo'
and no accessible extension method 'Kendo' accepting a first argument of
type'IHtmlHelper' could be found (are you missing a using directive or an assembly reference?)
A new demo application called e-shop was released concomitant with the release of Telerik UI for ASP.NET Core 2023.1.117. Normally source code for demo programs can be installed as an option in the Control Panel. However, in this case, it appears, after some searching that the course code was not installed in the C:\Program Files (x86)\Progress\Telerik UI for ASP.NET Core R1 2023\wrappers\aspnetcore\Examples folder. Runnning the Demo Shortcut and clicking on the sample e-shop Applcation simply takes you to https://demos.telerik.com/aspnet-core/eshop/.
Can anyone point me to a download link for the source files for the e-shop sample application?