المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Error 5151 creating Word document



C++ Programming
02-23-2010, 08:11 PM
Hello!

I have an older C++ application that uses the Word.Application object to create and open a Word document from a template.

I have installed my application on a new server running Windows server 2008 (32bit) and now the Word-connection gives me trubble, Word starts an instance but no document is created and I recieve the error:

5151 Word was unable to read this document. It may be corrupt. Try one or more of the following:
* Open and Repair the file.
* Open the file with the Text Recovery converter.

The application works fine when I run it on my computor (XP 32bit) as well as on a Win 2008 64bit server (and various Win 2003 32-bit servers). I think there is some problem when creating and loading the Normal.dotm-file but there is no problem opening the template in Word nor opening the Normal.dotm-file that is created.

I tried Repair as well as uninstalling and reinstalling Office 2007.

Any ideas?

Thanks!