Error 1 The property 'Label' does not exist in XML namespace 'http://schemas.microsoft.com/winfx/2006/xaml/presentation/ribbon'. Line 8 Position 26.
Please help me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nipun TomarPosted Dec 18, 2013, 12:47 AM
Check out your .xaml code whether you have used label as property instead of Header.
Here is the code: How tabs are created.
Label="New">
Label="Save">
Label="Delete">
Label="SelectAll">
Label="Refresh">
Label="Clear">
Label="Cut">
Label="Copy">
Label="Paste">
Label="Close">
My Control looks like:
Thanks