Click here to Skip to main content
15,886,798 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Why do I get an error in this line:

C#
private DevComponents.DotNetBar.BubbleBar bubbleBar1;

It shows the red line under DevComponents. Can you help me solve my problem?
Posted
Updated 28-Oct-10 8:45am
v4

It's most likely due to a missing assembly reference. You need to add references to the DevComponents DLLs before you can access types in them.
 
Share this answer
 
it would be better find knowledge base of devcomponenet

http://www.devcomponents.com/kb/questions.php?questionid=118[^]
 
Share this answer
 
What error? Have you asked the DevComponents people yet?
 
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