Question Windows Service using MSHTML

TBossAZ

Active member
Joined
Mar 31, 2009
Messages
43
Programming Experience
5-10
Hello everyone,

I wrote a windows service that uses the MSHTML.dll to parse some HTML files. When I run the service on my local machine, everything works fine. When I run the service on a server, the service "freezes" whenever it tries to parse the first HTML file it loads. I have tried to trap the error but no error is thrown to the text log it writes to. Also, the service itself does not stop, it just freezes.

What do I need to check for on the server to make sure the service runs properly. I distributed the MSHTML.dll file with the service so what else does it need?
 
Back
Top