I was developing a Office 2003 Add-In with Visual Studio 2005. But after unistall Office 2003 and intall Office 2010 x64, my project stops working.
It's present some errors:
Error 7 The type or namespace name 'IRibbonControl' could not be found (are you missing a using directive or an assembly reference?) x.cs 83 45 x
Error 5 The type or namespace name 'IRibbonUI' could not be found (are you missing a using directive or an assembly reference?) x.cs 358 38 x
Error 3 The type or namespace name 'IRibbonExtensibility' does not exist in the namespace 'Microsoft.Office.Core' (are you missing an assembly reference?) x.cs 45 43 x
There is some way to make my AddIn run?