I've created a asp:TreeView control in a ASP.NET MVC Partial View. The view renders fine without the control. With the control I get the follow exception:
Control 'MainContent_TreeView1' of type 'TreeView' must be placed inside a form tag with runat=server
Since this is not a WebForms project, I don't see why I'd need a form. What am I missing?