Is there a way for Visual Studio (I\'m using 2010) to find errors within razor views during builds, in the same way as other code in a C# project would?
It\'s just a
Try add in mode edit of project the following assembly: System.core, according to the code:
... ...
Sometimes this assembler not loader correctly, In My case, it worked!