Link to home
Create AccountLog in
Avatar of jjacksn
jjacksn

asked on

Annoying User Control Renaming problem

I created a UserControl.  changed it to sublcass a textbox, added some custom stuff, and it worked fine. (seperate library from another project)

The control appears in the designer tab of My User Controls.  

I then changed the namespace of the control.  This broke the designer because its still looking for the call in the old namespace.  and, when I manually add it in from the dll, it looks like a gear instead of a usercontrol.  Finally, I can't remove the old class from the user controls tab.  

Help would be appreciated with any of these issues.  (i'm actually using VB.NET if this matters)
Avatar of jatinderalagh
jatinderalagh
Flag of India image

Right click your tab and click on add remove items.
Now just click on reset in dialog.
Avatar of jjacksn
jjacksn

ASKER

I don't want to remove all the items.   Just that one.  
ASKER CERTIFIED SOLUTION
Avatar of jatinderalagh
jatinderalagh
Flag of India image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer