/*MVC 3: Compile Views During Project Build*/?>
/*ASP.NET|asp-net,mvc3|mvc3*/?>
/*2012-1-9*/?>
Most
ASP.NET developers will use Visual Studio to build their projects. The program has evolved quite a bit over the past few years. Including excellent features like Intellisense inside of
ASP.NET MVC view files as well as some error detection in these, by default, not compiled elements. However, when
ViewBag variables are used or other run-time specific elements, Visual Studio is unable to determine potential errors in these view files. Have no fear though; there is a nice and simple solution to help solve this problem!