Hi All,
I am working on a application where I need to send a Fax from a C#.Net code.
Primarily I used a "FAXCOMLib" which works fine for the local machine. Then I used that same code to send a Fax from a Multi - Functioned Device. If I mention a server IP or a MFD Fax name, it is throwing error saying,
"Cannot connect to fax server (-----). Grant permission to ASP.NET Machine Account to manage fax configuration under Printer and Fax, Fax properties | Fax security."
I tried to give the permissions as per the blogs I did find. But no luck. I tried to give the wrong server name and run a code again, got the same error message. It looks like if it does not find a server, it throws this error.
On one of the blog I did find comments as, if you want send a Fax through a remote server in that case use "FAXCOMEXLib".
Now I started looking at code samples for "FAXCOMEXLib". But now I started facing the problems of using this library.
Its showing error at compiled time saying "Interop type 'FAXCOMEXLib.FaxDocumentClass' cannot be embedded. Use the applicable interface instead.".
Is there anyone knows the example that I can refer for "FAXCOMEXLib".
Also any suggestions, tips, recommendations will really help.
Thanks.
Kaps (MCPD)