I am trying to create a simple user control.
I have added a 'windows control library' project template and changed the name of the user control to 'Mycontrol'. Even in the class I changed the name to mycontrol and Built the solution. Next I added a test project to use 'mycontrol' and add areference to 'mycontrol'. In the tool box instead of the name 'mycontrol' , the name 'usercontrol1' is appearing.

When I try to add that control to the test form I am getting an error.

What I am doing wrong?


Thanks!