Search code examples
templatesc#-4.0durandalsingle-page-applicationvisual-studio-2013

Could not find a registry key with name "AspNetMvc4VS11" under "Software\NuGet\Repository"


I am getting the following exception when I try to create a new project by using Durandal template in VS 2013.

New-->Project-->Web--> ASP.NET MVC 4 Web Application --> Durandal SPA Project

The Project template has a reference to a missing Registry value. Could not find a registry key with name "AspNetMvc4VS11" under "Software\NuGet\Repository"

Any help.


Solution

  • follow this instruction

    Go to registry and find HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NuGet\Repository

    Copy a file path from other's name. Create a registry string for 'AspNetMvc4VS11' and paste the path.