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

Asp.net framework to asp.net core 3.1

6 Answers 505 Views
Integration with other JS libraries
This is a migrated thread and some comments may be shown as answers.
sam
Top achievements
Rank 1
Veteran
sam asked on 06 Dec 2020, 05:05 PM

Hi Team

I am migrating the project from the asp.net  framework to asp.net core 3.1
While migrating UI I am getting an error 

Dev Tools failed to load Source Map: Could not load content for https://localhost:5001/Client/vendor/telerik.kendoui.professional.2016.3.1118.commercial/js/kendo.all.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

 

any suggestion and help will be highly appreciated on how to proceed further on this.

6 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 08 Dec 2020, 10:21 AM

Hi Sam,

The error states that there is no kendo.all.min.js.map file present at the pointed location. Verify that the file is not present there and if so, add the file to the respective location. The file may be downloaded from telerik.com in the Downloads section for your account -> Kendo UI for jQuery product. Download the telerik.kendoui.professional.2016.3.1118.commercial.zip and look at its js folder.

Regards,
Dimitar
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
sam
Top achievements
Rank 1
Veteran
answered on 14 Dec 2020, 07:12 AM

Hi Team,

In existing .net 4.8 framework project i am using kendo ui (telerik.kendoui.professional.2016.3.1118.commercial) so can use same  in .net core 3.1 ?

is support is same for .net and .net core 3.1 please suggest.

0
Dimitar
Telerik team
answered on 14 Dec 2020, 07:52 AM

Hi Sam,

Yes, Kendo UI is a client-side library and it does not depend on the .net version. It may be used with both versions. Still, have in mind that any backend code, e.g. for providing data to widgets, may need migration from .net 4.8 to asp.net core 3.1. But this is not directly related to the Kendo UI widgets.

Regards,
Dimitar
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
sam
Top achievements
Rank 1
Veteran
answered on 14 Dec 2020, 08:28 AM

Hi,

I have added reference but after that i am getting same error

below script is already added

 <script src="~/Client/vendor/telerik.kendoui.professional.2016.3.1118.commercial/js/kendo.all.min.js"></script>

0
sam
Top achievements
Rank 1
Veteran
answered on 14 Dec 2020, 08:33 AM

Hi ,

we are using 3rd party kendo ui telerik control so we have telerik control for asp.net and we have telerik control for .net core ...
in asp.net telerik there are 70 widget present but in ,net core telerik kendo ui we have only 40 widget  but as per .net core principle we should select only core specific packages controls, so here we have less number of widget controls so complete feasible feature  is not there what would you suggest.

0
Dimitar
Telerik team
answered on 15 Dec 2020, 08:32 AM

Hi Sam,

I cannot understand which products you refer to. Telerik UI for ASP.NET Core provides 100+ UI components powered by Kendo UI widgets.

If you are migrating from .NET Framework to ASP.NET Core 3.1 and migrating from Telerik UI for ASP.NET MVC to Telerik UI for ASP.NET Core, then I would recommend upgrading to our latest version 2020.3.1118, as version 2016.3.1118 would not have support for ASP.NET Core 3.1 which did not exist at that time.

Regards,
Dimitar
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Integration with other JS libraries
Asked by
sam
Top achievements
Rank 1
Veteran
Answers by
Dimitar
Telerik team
sam
Top achievements
Rank 1
Veteran
Share this question
or