今天晚上,当我打开Visual Studio 2013时,这就是我在项目中看到的内容。我尝试自动重建(脚手架)控制器和视图。即使在帮助器之外,模型似乎也不包含任何属性(使用intellisense之后。)。注意到,ViewBag也有红线。它的错误是One or more types required to compile a dynamic expression cannot be found. Are you missing a reference?
这些问题确实突然出现了。我认为重建控制器/视图会修复它。
哦,我正在使用MVC 5.或者,也许是4.5。我以为我有5,但Web.config说:
<system.web>
<authentication mode="None" />
<compilation debug="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" />
</system.web>