Create MVC Application - Error Dialog

Above you can see the result of what I get when I create a new MVC Application.
I do not know what this means. Clearly it’s related to NuGet but not sure how to fix it.

My guess is that when it’s trying to find the files for the MVC application it’s using to NuGet to look and clearly failing. Is that right ?

If so, how do I fix it please ?

PS: I have the MS Web Express installed as well.

Hello Anthoni,

to get that working you should install^

  1. IIS Express.
    2, VS Shell 2013
  2. VS Express for Web

If that doesn’y give you ASP.NET MVC4 working (and no registry key under specified path exists) it might be your installationg is broken. Please try to reinstall the VS Express for Web again (since that installer should install that key).

Also here locally I installed ASP.NET MVC4 (http://www.asp.net/mvc/mvc4).

Best regards.