Error 15 'custom ribbonclass' does not implement interface member 'Microsoft.Office.Tools.Ribbon.RibbonComponent.RibbonUI', 'Microsoft.Office.Tools.Ribbon.RibbonComponent.ResumeLayout(bool)'
and many more similar errors.
Can anyone help me with this? Here is part of the file that is giving all the errors.
from the file Stjonbord.designer.cs
namespace VefKennsla
{
partial class Stjonbord : Microsoft.Office.Tools.Ribbon.OfficeRibbon
{
private System.ComponentModel.IContainer components = null;
public Stjonbord()
{
InitializeComponent();
}
#region Component Designer generated code
private void InitializeComponent()
{
this.Stjornbord = new Microsoft.Office.Tools.Ribbon.RibbonTab();
this.grBil = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
This is designer gererated code but it gives lot of errors like this line
this.Stjornbord = new Microsoft.Office.Tools.Ribbon.RibbonTab();
gives this error: Error 36 Cannot create an instance of the abstract class or interface 'Microsoft.Office.Tools.Ribbon.RibbonTab' ...\Stjonbord.designer.cs