I am creating word file for automation process and i used namespace properly. but i get this error while compilation
The type or namespace name 'Interop' does not exist in the namespace 'Microsoft.Office' (are you missing an assembly reference?) I use this in namespace
using Word = Microsoft.Office.Interop.Word;
Any one please help me to resolve this error?
Deepakkumar G.