Visual Studio 2015 Razor Syntax Highlighting and Intellisense not working

Today i faced this issue in my IDE and resolved with following steps:

Step 1:
Open Developer Command Prompt for VS2015

Step 2:
Type below command (as it is) in above command line
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe" /ResetUserData

Step 3:
This will logout from Visual Studio and remove all user settings (but not data)

Step 4:
Restart Visual Studio and re-login, that's it.

This worked for me and hope this helps you as well.

Comments

Post a Comment

Popular posts from this blog

Migrating database from ASP.NET Identity to ASP.NET Core Identity

Customize User's Profile in ASP.NET Identity System

Lambda two tables and three tables inner join code samples