|
I have created a new project and im trying to follow Ted Pattison's "Office Developer Screencast" for creating your own ribbon. I just added Microsoft.Office.Core to the project but it won't let me add IRibbonExtensibility from the drop down selections,I have installed the latest SDK (Sept 06) and Power Toys, also the Visual Studio 2005 tools for Office Second Edition Beta, is there anything else i need?
namespace DPPMacros
{
using System;
using Extensibility;
using System.Runtime.InteropServices;
using Microsoft.Office.Core;
[GuidAttribute("BBF36B84-9826-49C1-883F-41F650064095"), ProgId("DPPMacros.Connect")]
public class Connect : Object, Extensibility.IDTExtensibility2, IR****************************** |