I realize this is a really old thread, but it seems that nobody caught the actual issue.
The @model
declaration is missing a closing >
. The Tuple<>
has opening and closing angle brackets, and so does the List<>
. There is no closing angle bracket for the tuple. That's why it wasn't compiling.