M
Mike Jones
I'm trying to use the Word 2003 PIA's in a .net windows service application.
The code works perfectly in a windows form application, but in the Windows
Service the code seems to hang when creating an instance of the Word
Application object and never returns.
Word.Application wordApp = new Word.ApplicationClass();
Any ideas on this?
thanks,
Mike Jones
The code works perfectly in a windows form application, but in the Windows
Service the code seems to hang when creating an instance of the Word
Application object and never returns.
Word.Application wordApp = new Word.ApplicationClass();
Any ideas on this?
thanks,
Mike Jones