Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

opening and saving word 2002 documents in VB.NET

Status
Not open for further replies.

INFORMAT

Programmer
Jan 3, 2001
121
BE

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top