Some time ago I developed an Outlook 2007 Addin with VS2008. I now want to continue development but would like to use VS2010. As in VS2010 there is still a Template for Office 2007 I thought I could just load my 2008 Solution into VS2010 an compile, but it fails with a lot of Errors like:
C:\Entwicklung\EasyGigTracker\EasyGigTracker\RibbonMail.Designer.cs(14,33): error CS0115: 'EasyGigTracker.GigTrackerMailRibbon.Dispose(bool)': no suitable method found to override
C:\Entwicklung\EasyGigTracker\EasyGigTracker\RibbonMail.Designer.cs(3,19): error CS0535: 'EasyGigTracker.GigTrackerMailRibbon' does not implement interface member 'Microsoft.Office.Tools.Ribbon.OfficeRibbon.DefaultExtension'
C:\Entwicklung\EasyGigTracker\EasyGigTracker\RibbonMail.cs(11,26): (Related location)
C:\Entwicklung\EasyGigTracker\EasyGigTracker\RibbonMail.Designer.cs(3,19): error CS0535: 'EasyGigTracker.GigTrackerMailRibbon' does not implement interface member 'Microsoft.Office.Tools.Ribbon.OfficeRibbon.Extension'
C:\Entwicklung\EasyGigTracker\EasyGigTracker\RibbonMail.cs(11,26): (Related location)
C:\Entwicklung\EasyGigTracker\EasyGigTracker\RibbonMail.Designer.cs(3,19): error CS0535: 'EasyGigTracker.GigTrackerMailRibbon' does not implement interface member 'Microsoft.Office.Tools.Ribbon.OfficeRibbon.Context'
C:\Entwicklung\EasyGigTracker\EasyGigTracker\RibbonMail.cs(11,26): (Related location)
C:\Entwicklung\EasyGigTracker\EasyGigTracker\RibbonMail.Designer.cs(3,19): error CS0535: 'EasyGigTracker.GigTrackerMailRibbon' does not implement interface member 'Microsoft.Office.Tools.Ribbon.OfficeRibbon.Global'
C:\Entwicklung\EasyGigTracker\EasyGigTracker\RibbonMail.cs(11,26): (Related location)
C:\Entwicklung\EasyGigTracker\EasyGigTracker\RibbonMail.Designer.cs(3,19): error CS0535: 'EasyGigTracker.GigTrackerMailRibbon' does not implement interface member 'Microsoft.Office.Tools.Ribbon.OfficeRibbon.OfficeMenu'
Is there a way to get it work with VS2010?