Click here to Skip to main content
15,923,083 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi I am using Asp.Net with FaxComExLib .
It works fine when fax *.txt and *.pdf.
but when I fax *.doc or *.xls files, it just stuck to the code:

Code Block
faxDoc.ConnectedSubmit(faxServer);

and wait for a long time and got ...

Operation failed

But when I write the same code in windows application and double click it to run, the fax is successful!!

So How do i use it in Asp.Net (the non-interactive mode) with Microsoft Office file.

Thank you!
Posted

Hi,

it's kind of a bug,the solution for the timeout is described on their hp.

http://www.interfax.net/en/dev/faxcomexlib/faxing-pdf[^]

Hope it works for you then :D

Best Regards
 
Share this answer
 
Comments
Sun60 9-Apr-12 23:29pm    
thank you for your solutions but it dose not work,
when send *.doc or *.xls with web service ,
winword.exe is exist in my process
I kill it but no happen,
I think problem is permission but I give grant to user account in IIs and
in fax (security & fax security tab) and in component service
but it dose not work,

please help me

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900