i trying to create a new project in visual studio .it give some error
please give me some suggestions.....
Go to: VS2013->Tools->Extensions and Updates->Online Search for NuGet and install. Fixed my problem in 2013 REL
Solution by Andriy Svyryd:
Modifying Visual Studio 2015 installation and unchecking Microsoft Web Developer Tools Deleting C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Web Tools\DNX folder that was left from a previous version of the tools. Deleting %LocalAppData%\Microsoft\VisualStudio\14.0\ComponentModelCache Deleting %LocalAppData%\Microsoft\VisualStudio\14.0\devenv.exe.config Running repair on the preview2 tooling.
I encountered a similar problem when creating a .NET core project in VS 2015, and it's resolved by repairing .NET Core. The possible reason is, my .NET core was installed associated with VS community version, but later I uninstall VS community and reinstall professional version, but .NET Core was not uninstalled with community version uninstall. After repairing .NET core from control panel, it works now.