|
I developed a winform program, which calls the class in excel, and I also added Microsoft.Excel 11.0 Object Library.dll in my reference,
In the quote I added:
excel.dll
Interop.Microsoft.office.Core.dll
Microsoft.office.Core.dll
But the following error message still appeared, and then I
Try to add: Microsoft.office 11.0 Object Library.dll still has the same problem:
I quoted it like this in the program:
using Excel = Microsoft.Office.Interop.Excel;
Error: The type or namespace name "Interop" does not exist in the namespace "Microsoft.Office" (is the assembly reference missing?) D:\WindowsApplication1\WindowsApplication1\XliffManager.cs 12 32 WindowsApplication1
Can you help me analyze my problem? Thank you! |
|