Literal content ('<control:AControl Color="White" />') is not allowed within a 'skin file'.
And then it proceeded to highlight the control declaration in the skin file:
Line 2:
Line 3: <control:AControl Color="White" />
Solution? The control doesn't have a runat="server" attribute. Not the best error message...
