Opening Microsoft Word files in c# .net
- by Dave
Hi,
I'm trying to use the simple code here: http://www.c-sharpcorner.com/UploadFile/Globalking/fileAccessingusingcsharp02242006050207AM/fileAccessingusingcsharp.aspx
But I get the following error message when trying to declare a "Word" object.
Error 1 The type or namespace name 'Word' could not be found (are you missing a using directive or an…