When I try to build this project I get the following error:
When I try to build the WebControls project I get the following error:
Type SubClassedControls.SubClassedControl is not defined.
This is line 10 in the file SubClassingAControl.aspx.
vb:
Protected WithEvents SubClassedControl1 As SubClassedControls.SubClassedControl is not defined.
I tried changing the SubClassedControls to SubClassingAControl and still got a similar message.
Any help will be appreciated.