How to remove unused components in my user control

E

Ellis Yu

Dear all,

I write my own components for my project and add them in "My User
Control" under the toolbar. Some time later, I make some other new
components into it and want to use them in my application. Thus I rebuild
the "component" project again, but I can't find them in my "application"
project. Therefore, I choose my "component" project dll file again in
"Add/Remove Item" from "My User Control". This time, I not only see my new
components in ".Net Framework Components" page, but also find duplicated
components that I built in first time. They're exactly the same except the
version number follow with the assembly name. Although I can check out the
tick in the ".Net Framework Components" list such that it can't see the
components I built last time in "my user control", I can still see them from
the selection list. I'm afraid if I keep doing this, it'll make lot of
duplicated components in the list. I'm new in vb.net. Anyone could help?
Thanks

Best Rdgs
Ellis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top