S
steve
Hi All
I have a VB.net 2005 App which uses MS Word 2003 to do printing and Mail
Merging, by automation
All works fine on my Laptop (XP Pro SP2, Word 2003) but on my desktop (XP
Pro SP2, Word 2003) I get the following message when I try to launch Word
using the code..
Imports Word = Microsoft.Office.Interop.Word
Dim wordapp As Word.Application = New Word.Application --- error
'Retreiving the COM Class Factory for component with CLSID
{000209FF-0000-0000-C000-000000000046} failed due to the following error
8007045a'
I have uninstalled and reinstalled the .Net programmability option in Word
2003 setup.
The required assemblies are in the GAC on both computers
My app references Microsoft Word 11.0 Object Library
Can anybody help
Regards
Steve
I have a VB.net 2005 App which uses MS Word 2003 to do printing and Mail
Merging, by automation
All works fine on my Laptop (XP Pro SP2, Word 2003) but on my desktop (XP
Pro SP2, Word 2003) I get the following message when I try to launch Word
using the code..
Imports Word = Microsoft.Office.Interop.Word
Dim wordapp As Word.Application = New Word.Application --- error
'Retreiving the COM Class Factory for component with CLSID
{000209FF-0000-0000-C000-000000000046} failed due to the following error
8007045a'
I have uninstalled and reinstalled the .Net programmability option in Word
2003 setup.
The required assemblies are in the GAC on both computers
My app references Microsoft Word 11.0 Object Library
Can anybody help
Regards
Steve