Subject: MsWord PIA Execution Problem
Posted By: alex_read Post Date: 11/17/2004 3:55:50 AM
Hi!

I've got an app which uses 2 lines of code to connect to word, but the 2nd line is failing & the instance of Word is never created:

-----------------------------------------------
Dim myObj as Microsoft.Office.Interop.word.application
myObj = new Microsoft.Office.Interop.word.application
-----------------------------------------------

I've:
1) installed & registered the Office PIA's ok
2) have imported references to the Office & Word libraries
3) set all the settings under the DComCnfg utility so I can start & play with word without a permissions problem
4) set the macro security to low inside of word.

Can anyone please give any other suggestions to try to get my app to connect upto Word properly please??? This works fine on my local PC, but as soon as I put this onto our server, line 2 just does not want to know!!!!

Thanks!!!!


Go to topic 21911

Return to index page 713
Return to index page 712
Return to index page 711
Return to index page 710
Return to index page 709
Return to index page 708
Return to index page 707
Return to index page 706
Return to index page 705
Return to index page 704