MsWord PIA Execution Problem
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!!!!
__________________
http://www.geocities.com/vbwig/
|