A
amchater
I have been doing alot of looking around for a way to use the
Microsoft.Office.Interop classes to print word documents. It is very
easy to do from a normal windows application but it does not work from
a windows service.
The following line causes the service to hang.
Dim wordapp As Word.Application = New Word.Application
I dont even have a chance to turn of the UI stuff. Does anyone have
any idea how to use this stuff in a service? I would really
appreciate it.
Microsoft.Office.Interop classes to print word documents. It is very
easy to do from a normal windows application but it does not work from
a windows service.
The following line causes the service to hang.
Dim wordapp As Word.Application = New Word.Application
I dont even have a chance to turn of the UI stuff. Does anyone have
any idea how to use this stuff in a service? I would really
appreciate it.