Hi ,
Currently, we are using FaxComExLib.dll 5.2.2600.2180 for sending faxes in .net application.
Sending Faxes works fine when we use Adobe Reader 11, but same fails when we upgrade Adobe Acrobat Reader DC. We are getting Error Code 258.'The wait operation timed out.'
I am just guessing if I am able to get higher version of FaxComExLib.dll will resolve this issue.
Please help in getting higher version of dll than the one mentioned above
Reply: At present we only have version 1.0.0.0. If we find a later version, we will send it to you via EMAIL.
In addition, I think it is not a problem about the version; there may be some mistakes on your application.
This is Microsoft's own fax component. If it is used for programming, it requires different ways to deal with based on different operating systems.
Please also note:
WinXP can return success status information.
WinServer 2003 cannot return success status information.
To obtain the sending status only, use FaxComExLib’s Submit function and keep the file name empty.
To get the fax's real-time status, you must use FaxComExLib's Add, Change, Delete events. FaxComLib is useless.