Click here to Skip to main content
16,010,553 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
The type or namespace name 'Ribbon' does not exist in the namespace 'System.Windows.Forms' (are you missing an assembly reference?)
Posted
Comments
[no name] 24-May-13 20:11pm    
"are you missing an assembly reference" is pretty much self explanatory. Are you missing an assembly reference or using statement?

You need add the System.Windows.Forms assembly to your project.
 
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