When I create an ASP.NET MVC application (VS2013, .net 4.5.1), I get these errors.
I reinstalled "login.cshtml", removing the full mark and doing it again. Now I get the following build errors (red errors). But the build status is “Build Succeed,” and the application works fine.
So this is characteristic of my local machine.
Error 21 The name 'RenderBody' does not exist in the current context c:\Users\....\AppData\Local\Temp\TFSTemp\vctmp6480_135776.cshtml 61 34 Miscellaneous Files Error 20 The name 'Scripts' does not exist in the current context c:\Users\...\AppData\Local\Temp\TFSTemp\vctmp6480_135776.cshtml 34 6 Miscellaneous Files Error 17 The name 'Styles' does not exist in the current context c:\Users\....\AppData\Local\Temp\TFSTemp\vctmp6480_135776.cshtml 20 6 Miscellaneous Files
I cleaned the c:\Users\....\AppData\Local\Temp\TFSTemp . I still have a problem. Any ideas?
visual-studio-2013 asp.net-mvc
Dhanuka777
source share