CreateObject("Word.Application") - results in 'access denied'

M

Max

I`m writing a com+ dll that needs word.app. When I test it on my workstation it works well, but when I test on server I ge
access denied error when dll creates word.application
I tried to set different user accounts for the com+ application of my dll. It doesn`t matter

If i write a vbs file - everything is fine

Language is VB6
Server OS is Win2k AS SP4
 
Top