ASP.Net 5 Beta 8 xproj cannot be opened

独自空忆成欢 提交于 2019-12-05 03:22:26

Fixed it by doing this

Close VS, then delete the folder at %localappdata%\Microsoft\VisualStudio\14.0\ComponentModelCache and restart – Sayed Ibrahim Hashimi

Thank you @SayedIbrahimHashimi

The easiest way to get started building applications with ASP.NET 5 is to install the latest version of Visual Studio 2015 (including the free Community edition).

  1. Install Visual Studio 2015

    Be sure to specify that you want to include the Microsoft Web Developer Tools.

  2. Install ASP.NET 5.

    This will install the latest ASP.NET 5 runtime and tooling.

  3. Enable the ASP.NET 5 command-line tools. Open a command-prompt and run:

    dnvm upgrade

    This will make the default .NET Execution Environment (DNX) active on the path.

  4. On Windows 7 and Windows Server 2008 R2 you will also need to install the Visual C++ Redistributable for Visual Studio 2012 Update 4.

You are all set up and ready to write your first ASP.NET 5 application! Reference...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!