Today I thought to create my first demo using Visual Studio 2015 for ASP.NET Core 1.0. So, I opened VS2015 and chose Web Application template under ASP.NET 5 Templates. Visual Studio started creating a project for me. Although my project was created, at the same time a DNX error was thrown as shown below:
I tried various options including restarting the machine, re-installing Visual Studio, etc. But alas! Nothing worked. But after surfing for few hours, I found a solution which worked for me. You can run any of the following commands:
dnvm update-self OR dnvm upgrade
Open Visual Studio 2015 and do dnvm update using command line as:
dnvm update-self OR dnvm upgrade
Open Visual Studio 2015 and do dnvm update using command line as:



Gowtham KPosted Jan 31, 2016, 12:15 AM
Good One
Santhakumar MunuswamyPosted Jan 30, 2016, 2:30 AM
Thanks for nice share
Muhammad Aqib ShehzadPosted Jan 29, 2016, 8:57 AM
nice