asp.net-mvc – “无法评估表达式”和Async CTP

前段时间我安装了Visual Studio Async CTP

今天我安装了ASP.NET MVC 3(不是RC).

我开始在调试模式下收到“无法评估表达式”.

所以我卸载了Async CTP,ASP.NET MVC 3和所有相关更新但没有结果.
会不会有任何人帮助我搞清楚?

示例消息:

Unable to evaluate expression term 'struct'

最佳答案 好的,这是我的经验.我终于让它工作了……并且不需要完全卸载VS 2010.

首先,我不确定我是否安装了ASP NET MVC 3 RC.我已经有ASP NET MVC 3 RTM,然后安装了Async CTP.我开始遇到所描述的问题,然后卸载Async CTP和MVC 3,没有帮助……我后来意识到我做得不够:

在控制面板中:

>卸载ASP NET MVC 3
>卸载ASP NET MVC 3 Visual Studio工具
>卸载ASP NET网页
>卸载ASP NET网页Visual Studio工具
>卸载Web Matrix

然后单击控制面板中的“查看已安装的更新” – >“卸载程序”:

>卸载Async CTP
>卸载kb2483190

现在安装ASP NET MVC 3 RTM,它应该工作.

点赞