|
-
Nov 16th, 2004, 01:20 PM
#1
Thread Starter
Evil Genius
MsWord PIA Execution Problem
Hey People!!!
Okay 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:
VB Code:
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!!!!
-
Nov 17th, 2004, 03:53 AM
#2
Thread Starter
Evil Genius
bump!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|