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

Missing dependency Telerik.UI.for.AspNet.Core

4 Answers 949 Views
Installer and VS Extensions
This is a migrated thread and some comments may be shown as answers.
Harold
Top achievements
Rank 1
Harold asked on 08 Aug 2016, 04:36 PM

I created a new project using the Telerik ASP.NET Core MVC Application template.  After the solution is created there is an error saying the dependency is missing.

What needs to be installed to have this dependency?

I have the latest DevTools (v2016.2.714) installed.

 

4 Answers, 1 is accepted

Sort by
0
Steliyan
Telerik team
answered on 10 Aug 2016, 10:40 AM
Hello Harold,

Thank you for contacting us.

Do you have nuget.config file inside the project directory, that is pointing to the location of the latest version of the product on your machine?

If so, can you try manually restoring the packages, to do so, follow these steps:
1. Open Command Prompt and navigate to the solution folder
2. Execute "dotnet restore" command in the Command Prompt
3. Telerik dependencies should be resolved properly.

If that does not fix your problem, try creating ASP.NET Core Web Application (.NET Core) project (check new-project-wizard.png attachment for reference) and then create Telerik ASP.NET Core MVC Application project.

Hope this fixes your problem.

Regards,
Steliyan
Telerik by Progress
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
0
Chingis
Top achievements
Rank 1
answered on 29 May 2017, 12:12 PM
I tried to create a mvc core web application by selecting Telerik ASP.NET Core Standard template. But it is still failing to work
0
Chingis
Top achievements
Rank 1
answered on 29 May 2017, 12:13 PM
Hello Steliyan
0
Nikolay Mishev
Telerik team
answered on 31 May 2017, 11:51 AM
Hello Chingis,

Can I ask you to confirm that you have tried both solutions that Steliyan suggested before, manually install the package by running the "dotnet restore" command in Command Prompt under the solution folder and creating Microsoft ASP.NET Core Application project and then create Telerik UI for ASP.NET Core MVC Application project. If those steps don't help, you can right click on the project References and select on Restore packages.

Looking forward to your response.

Regards,
Nikolay Mishev
Telerik by Progress
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
Installer and VS Extensions
Asked by
Harold
Top achievements
Rank 1
Answers by
Steliyan
Telerik team
Chingis
Top achievements
Rank 1
Nikolay Mishev
Telerik team
Share this question
or