Hello,
I have a Windows application written in VB.NET.
In this windows application there is a possibility to open and save
word documents.
This works fine in word 2000 and word 2003.
One of the customers has changed to word 2002 and in this version it
doesn't work anymore.
I always get the following errors:
-when i try to save a new document:
System.MissingMethodException: Method not found: Void
Word._Document.SaveAs
-when i try to open an existing document:
System.MissingMethodException: Method not found: Word.Document
Word.Documents.Open
In my project I have added the following dll:
-interop.word
Microsoft Word 9.0 Object Library
version 8.1
Does anyone know how to solve this problem??
thx in advance
Karel