vsto - How to migrate Outlook 2007 Addin that was developed with VS2008 to VS2010 -


some time ago developed outlook 2007 addin vs2008. want continue development use vs2010. in vs2010 there still template office 2007 thought load 2008 solution vs2010 compile, fails lot of errors like:

c:\entwicklung\easygigtracker\easygigtracker\ribbonmail.designer.cs(14,33): error cs0115: 'easygigtracker.gigtrackermailribbon.dispose(bool)': no suitable method found override c:\entwicklung\easygigtracker\easygigtracker\ribbonmail.designer.cs(3,19): error cs0535:   'easygigtracker.gigtrackermailribbon' 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' 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' 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' 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' not implement interface member 'microsoft.office.tools.ribbon.officeribbon.officemenu' 

is there way work vs2010?


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -