The error message is pretty clear:
Quote:
The ORDER BY clause is invalid in views, inline functions, derived tables, subqueries, and common table expressions unless TOP, OFFSET or FOR XML is also specified.
Try removing it, or add TOP or OFFSET to make it worthwhile - without them, it serves no useful function.