A Formatting Bug in Web Matrix Guided Tour
I saw a couple of threads posted by ASP.NET Web Matrix Guided Tour users on the ASP.NET Forum recently, where all of them face a problem of “End of Statement Expected...” when trying to use the Data Method Code Wizard to populate a DropDownList.
This error is actually due to a formatting bug in the tutorial itself, that is, a few lines of code were put on a single line mistakenly, so the run time can't recognize the line break and complete line of code.
The whole story and solution can be viewed at here, and I hope this blog can help other WM users. :)