“The name 'HTML' does not exist in the current context” in MVC 3 Views

后端 未结 21 2387
野的像风
野的像风 2020-12-15 03:50

I´m starting to use \"MVC 3\" but I´m facing some little problems. In my Views, when I code something like this:

@if(Request.IsAuthenticated) {
    

        
21条回答
  •  被撕碎了的回忆
    2020-12-15 04:09

    I have solved this issue with the old, good, wise Microsoft default solution: reinstall all the things again.

    Uninstall and Reinstall the Visual Studio 2010 and MVC 3 Framework.

提交回复
热议问题