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

SPA Template Probnlem

2 Answers 39 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mike Wassermann
Top achievements
Rank 1
Mike Wassermann asked on 26 Feb 2015, 09:16 PM
Error 1 This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=317567. C:\--- telerick ---\KendoUISpaTemplateMVC51\KendoUISpaTemplateMVC51\KendoUISpaTemplateMVC51.csproj 866 5 KendoUISpaTemplateMVC51

Any ideas? 

Mike

2 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 02 Mar 2015, 02:59 PM
Hello Mike,

which project template do you refer to? Did you try following the instructions provided in the troubleshooting help topic?

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
René
Top achievements
Rank 1
answered on 05 Mar 2015, 03:51 PM
I had the same issue and solved it by:

Open nuget package manager console and writing:
update-package                                                                                  
    (to get all nuget packages updated to current version)
update-Package Microsoft.AspNet.Web.Optimization -reinstall         
   (to reinstall a missing referenced dll)

Regards
René Brisson
    
Tags
General Discussions
Asked by
Mike Wassermann
Top achievements
Rank 1
Answers by
Petyo
Telerik team
René
Top achievements
Rank 1
Share this question
or