I get this when running my .net faxman program on a server (tried on both Windows2003 / 32-bit and Windows2008 / 64-bit)
My program successfully renders a TIFF file, then even pauses for 2.5 seconds to make sure all handles are released...
But when i make the call
FaxMan1.ImportFiles(xfileTIFF, xfileFMF, 0) *Note both file params are set to unique files in the same directory
I get this sequence of errors:
![]()

I saw another post of a similar issue and here's what i've tried:
Stop and uninstall FaxMan4 service.
Install FaxMan4 service from command propmt.
Set the FaxMan4 service Log On as Administrator
Start the FaxMan4 service
Directory for the .TIFF and .FMF files is "everyone -> full control"
Start My program
Modem auto-detect succesfully (also i ensure FaxMan4 service is still running)
I populate the pending queue from my SQL database, and the program continues execution to send all pending faxes
The funny thing is, it runs FINE on my development pc (XP Pro), both debugging and in standalone mode.
Any Ideas?