Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7765891
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T15:16:36+00:00 2026-06-01T15:16:36+00:00

So I was looking for new features in .Net 4.5 and I found that

  • 0

So I was looking for new features in .Net 4.5 and I found that ribbon is now native API for it. I tried a program in WPF using it by including “System.Windows.Controls.Ribbon.dll”
and followed the example given on msdn
added

 "xmlns:ribbon="clr-namespace:Microsoft.Windows.Controls.Ribbon;assembly=RibbonControlsLibrary"

but got the error
Error 1 The type or namespace name ‘Controls’ does not exist in the namespace ‘Microsoft.Windows’ (are you missing an assembly reference?) c:\users\ABC\documents\visual studio 11\Projects\WpfApplication1\WpfApplication1\obj\Debug\MainWindow.g.cs 12 25 WpfApplication1″

I didn’t find any “Microsoft.Windows.Controls.Ribbon” to be added, I searched through internet but couldn’t find ribbon in refrence to .Net 4.5 , though there r lot for .Net4 as some external API.
Didn’t get any answer even on MSDN forum. Does anyone working on .net 4.5 knows what I am missing in the example ?
“http://msdn.microsoft.com/en-us/library/system.windows.controls.ribbon.ribbon(v=vs.110).aspx ” aforementioned example is on this site.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T15:16:37+00:00Added an answer on June 1, 2026 at 3:16 pm

    Add a reference to

    System.Windows.Controls.Ribbon
    

    Then you can use <Ribbon> in your XAML, without the extra clutter.

    <Window x:Class="Test"
            xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
            xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
            Title="MainWindow" Height="350" Width="525">
        <Grid>
            <Ribbon>
                <!-- controls -->
            </Ribbon>
        </Grid>
    </Window>
    

    But as I look over your code, the namespace is System.Windows. …, not Microsoft.Windows. …

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm just looking in to the new .NET 4.0 features. With that, I'm attempting
I am looking into creating a new website using ASP.NET 4.0. I am currently
I've been looking at the new features in C++11 and it really looks like
Which of the new features are you looking forward to the most in iPhone
Looking at the new VB 2010 features, I stumbled upon support for Auto-Implemented Properties
I want to use new .Net framework 4.0 feature Configuration-Based Activation. I wrote that
I'm relatively new to .NET and have being using Linq2Sql for a almost a
I am using C# and targeting the .NET Framework 3.5. I'm looking for a
I'm looking at implementing a Facebook-style thumbnail creator using ASP.Net MVC but haven't a
I've been looking into TFS2010 new build and deployment features with MSDeploy. So far

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.