本文介绍了的Visual Studio 2015年错误"未将对象引用设置到对象&QUOT的实例;安装后的ASP.NET和Web Tools 2015年(RC1更新1)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在安装ASP.NET和Web Tools 2015年(RC1更新1)我得到内MVC以下错误后4个项目打开 * CSHTML 文件时:

I get the same error message even if I start a new MVC 4 project and trys to open a *.cshtml file there.

解决方案

Maybe this helps:

  1. Delete the contents from the following folders:

    1. C:\Users\{user}\AppData\Local\Microsoft\VisualStudio
    2. C:\Users\{user}\AppData\Local\Microsoft\VSCommon

  2. Sometimes, you need to go to:

    1. [x64] C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE
    2. [x86] C:\Program Files\Microsoft Visual Studio 14.0\Common7\IDE

and run devenv /resetuserdata.

Expect, that all of your user settings such as Visual Studio layout, linked Microsoft account or start page dissapear.

这篇关于的Visual Studio 2015年错误"未将对象引用设置到对象&QUOT的实例;安装后的ASP.NET和Web Tools 2015年(RC1更新1)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-23 23:22