This is a migrated thread and some comments may be shown as answers.

ASP .Net Core 1.0 Release

2 Answers 116 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Deon van Staden
Top achievements
Rank 1
Deon van Staden asked on 29 Jun 2016, 09:51 AM

With the release version of Core, I am now getting this error on Kendo Grid Read Action.

TypeLoadException: Could not load type 'Microsoft.Extensions.DependencyInjection.ServiceProviderExtensions' from assembly 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'

Here is the top part of the Stack Trace:

System.TypeLoadException: Could not load type 'Microsoft.Extensions.DependencyInjection.ServiceProviderExtensions' from assembly 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
   at Kendo.Mvc.UrlGenerator.GetUrlHelper(ActionContext context)
   at Kendo.Mvc.UrlGenerator.Generate(ActionContext context, INavigatable navigationItem, RouteValueDictionary routeValues)
   at Kendo.Mvc.UrlGenerator.Generate(ActionContext context, INavigatable navigationItem)
   at Kendo.Mvc.UI.NavigatableExtensions.GenerateUrl(INavigatable navigatable, ViewContext viewContext, IUrlGenerator urlGenerator)
   at Kendo.Mvc.UI.Fluent.CrudOperationBuilderBase`1.SetUrl()
   at Kendo.Mvc.UI.Fluent.CrudOperationBuilderBase`1.Action(String actionName, String controllerName, Object routeValues)
   at Kendo.Mvc.UI.Fluent.CrudOperationBuilderBase`1.Action(String actionName, String controllerName)
   at AspNetCore._Views_Organisations_Details_cshtml.<>c.<ExecuteAsync>b__27_3(CrudOperationBuilder read) in /Views/Organisations/Details.cshtml:line 61

2 Answers, 1 is accepted

Sort by
0
Carl
Top achievements
Rank 1
answered on 29 Jun 2016, 04:53 PM

I have also experienced this similar problem but in different context, ie, in the Startup.cs file where I attempt to use the Telerik recommended approach with

services.AddKendo();

0
Marin Bratanov
Telerik team
answered on 30 Jun 2016, 10:04 AM

Hi guys,

The following sticky thread contains the information available at the moment and it will be updated as things progress: http://www.telerik.com/forums/asp-net-core-1-0-rtm-is-out.

At the moment we are working on producing an internal build that should work with the RTM version of Core and an official release that will support it is planned for the middle of July (in about two weeks).

Regards,

Marin Bratanov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Deon van Staden
Top achievements
Rank 1
Answers by
Carl
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or