I've downloaded the source for DNN 2.1.2 a few days back. There are two lines in the Page_Load that generate syntax errors:
objMenuItem.ItemSelectedCss = [rootmenuitemselectedcssclass]
The above line (occurs twice) generates a syntax (build) error because the MenuItem does not contain an ItemSelectedCss property.
In the AddSeperator Sub, the line below also generates a syntax (build) error because the AddBreak function only takes one parameter, not TWO.
objBreak = ctlMenu.AddBreak(strParent, strSeparator)
Anyone else run into this? Suggested fix?
Thanks!
Mike