I found the answer here . However, I cannot find _Application or _Document with reference to Microsoft.Office.Interop.Word. I did using Word = Microsoft.Office.Interop.Word;, then I tried to find _Document and _Application, but all I can find is Document and Application. I believe the Document interface inherited _Document and DocumentEvents2. Does anyone know how to solve this annoying warning? edit: this is for Office 2010 and I am using Interop.Word version 14
source
share