Click here to Skip to main content
15,888,133 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
Hi,

I have a applicatie which connects with Word. Now we are migrating to office 2016 and will this app no longer work.

Previous I used the interop.word.dll
Now it should be (if google is correct) microsoft.office.tools.word.dll.

The way of working is also different.

Just simple functions as opening and saving word documents are changed.

Someone experience with Office 2016 integration?

Thanks in advance.

Boobobob

What I have tried:

I've been searching on google for solutions.
The only thing I found is:
VB
Dim objDoc As Microsoft.Office.Tools.Word.Document
But I'm even missing the Word.Application
Posted
Updated 10-Mar-16 11:32am
v2
Comments
Maciej Los 10-Mar-16 17:36pm    
What version of Office do used before? What's not working? What's error message?
Please, be more specific and provide more details...

1 solution

Office Interop should not be used in this day and age. Microsoft does not even support it's use. What I would recommend is looking at the OpenXML SDK for working with or if you are able to use a commercial product something like the Aspose suite will work.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 10-Mar-16 22:09pm    
Agree, a 5.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900