ScanIAm said:
LAcike wrote:
Do somebody know how to call FAXCOMLib or FAXCOMEXLib from application implemented as windows service?

If the application is standard executable, everything is ok. When the application is windows service it freezes/hangs on Connect(""); command. IMHO it is something with permissions, but who knows?


Thanks for help


It probably IS an issue with permissions.  If you look at the service options for that service, you'll see that there are a couple of different ways that the service can log on.  Play with those until you get it to work.

If you aren't sure where to find the service options, go into control panel, choose administrator tools, and look for the 'services' control panel applet.  From there, find your service, right-click, and choose properties.
Change Connect("") to Connect(Environment.MachineName);