P
Pavan Kumar
HI All,
I am able developing a windows service to send faxes .This windows service
uses fax service available in winodows 2003 .
my development environment is win 2003 and Dot net frame work with C#.
Now the problem is my windows service is unable to send faxes it fails
at
objDoc.Send();
where objDoc is FaxDoc object .
The same code works fine if I implement as a windows application ..
Any help is apprec.
Regards
Pavan
I am able developing a windows service to send faxes .This windows service
uses fax service available in winodows 2003 .
my development environment is win 2003 and Dot net frame work with C#.
Now the problem is my windows service is unable to send faxes it fails
at
objDoc.Send();
where objDoc is FaxDoc object .
The same code works fine if I implement as a windows application ..
Any help is apprec.
Regards
Pavan