Click here to Skip to main content
15,891,833 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi... I develop vb.net application... I used one component class and add it in my toolbox... i used that control in my whole project... but now i had this error....

Warning:
Could not find type '.......TabStripButton'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
Posted
Updated 25-Aug-12 1:52am
v2
Comments
[no name] 25-Aug-12 7:53am    
Well did you add the DLL as a reference?
PunithaSabareeswari 25-Aug-12 7:55am    
i can't get dll...
Subhrajit Naha 25-Aug-12 10:19am    
Does your component class reside within the same project?
PunithaSabareeswari 27-Aug-12 0:15am    
yes... it is in same project

Why do you think this error message is wrong ? Is the control in a dll ? Is the dll referenced in your project ? Is it in the folder with the executable ?

Error messages typically exist to tell you something, and mean what they say. It's fine to ask for help with one, but it would be nice if you'd also explain that you'd read it, and why you thought it was wrong.
 
Share this answer
 
1. If you have create usercontrol in your own project then check Namespace is same through project
2. if you are using dll then check you have added it in reference.
Happy Coding!
:)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900