Be careful with syntax in View in MVC
We kept getting odd errors in a page, and it was due to a rogue comma in the view. What made it worse was that there was no error or anything during compiling, only during run time. Also the inner exception detail was not giving us any detailed info either. In the future I need to do a check syntax check on the View code if I get odd errors that should not be occurring.
Comments
Post a Comment