B
Brian
Following the article 'Developing .NET Smart Clients for Microsoft Office XP" I have create a C# add-in.
However, when I add the line:
using Outlook = Microsoft.Office.Interop.Outlook;
I get the following errors:
....\Connect.cs(8): The type or namespace name 'Interop' does not exist in the class or namespace 'Microsoft.Office' (are you missing an assembly reference?)
....\Connect.cs(8): The type or namespace name 'Interop' does not exist in the class or namespace 'Microsoft.Office' (are you missing an assembly reference?)
I have followed all the instructions correctly but still get the error.
I have OfficeXP SP2
Any suggestions will be most helpful.
However, when I add the line:
using Outlook = Microsoft.Office.Interop.Outlook;
I get the following errors:
....\Connect.cs(8): The type or namespace name 'Interop' does not exist in the class or namespace 'Microsoft.Office' (are you missing an assembly reference?)
....\Connect.cs(8): The type or namespace name 'Interop' does not exist in the class or namespace 'Microsoft.Office' (are you missing an assembly reference?)
I have followed all the instructions correctly but still get the error.
I have OfficeXP SP2
Any suggestions will be most helpful.