Assembly * cound not be found  
Author Message
Reza Wahadj





PostPosted: Visual Studio Tools for Office, Assembly * cound not be found Top

Hi All,

I just installed VSTO SE (last version), and created WordAddIn , and just compiled, it give me three Error

Error 1: The type or namespace name 'AddIn' does not exist in the namespace 'Microsoft.Office.Tools' (are you missing an assembly reference ) C:\code\WordAddIn4\WordAddIn4\ThisAddIn.Designer.cs 19 68 WordAddIn4

Error 2: The type or namespace name 'IStartup' does not exist in the namespace 'Microsoft.VisualStudio.Tools.Applications.Runtime' (are you missing an assembly reference ) C:\code\WordAddIn4\WordAddIn4\ThisAddIn.Designer.cs 19 125 WordAddIn4

Error 3: The type or namespace name 'ICachedDataProvider' does not exist in the namespace 'Microsoft.VisualStudio.Tools.Applications.Runtime' (are you missing an assembly reference ) C:\code\WordAddIn4\WordAddIn4\ThisAddIn.Designer.cs 31 67 WordAddIn4

I add many different Assembly include those one in GAC , Office12 .... is still i me getting this Error

Any help Apperciate in advance! -:)

Reza



Visual Studio Tools for Office30