faxcomexlib trouble

G

Guest

I work on Windows Server 2003 SBS and i'm trying to send pdf documents
through MS fax, programming a asp.net page.

With a txt file it works, but other formats (pdf, doc, tif) return Operation
Failed. On the server I installed Acrobat Reader 8.1, and when I launch the
page I can see the acrord32 process start in the task manager, but nothing
happens.

please how can I send a pdf ?
thanks
 
G

Guest

sorry, but it's the second time someone tell me I post in the wrong newsgroup!
where can I post it ?
 
C

Cor Ligthert[MVP]

Because that it is about a fax and server 2003 I would try a newsgroup
dedicated to that, although that you can try as well another OS newsgroup.

This is very much a developper newsgroup.

The chance that somebody knows it is high, if the person is answering that,
then it will probalbly not be make the people lucky who use this newsgroup
by instance when searching for development problems.

Cor
 
K

Kent Bolton

We have had the same issue ... it seems that the COM Interop wrapper leaks quite a lot of memory when iterating through the faxes in the folders.

We found that we could avoid this by iterating through the physical folders on the disk, rather than through FAXCOMEXLib.

This link leads to an article which has code samples and other examples.

Regards

Kent Bolton
MaxSoft Group
 
K

Kent Bolton

We have had the same issue ... it seems that the COM Interop wrapper leaks quite a lot of memory when iterating through the faxes in the folders.

We found that we could avoid this by iterating through the physical folders on the disk, rather than through FAXCOMEXLib.

This link leads to an article which has code samples and other examples.

http://maxsoft-tech.blogspot.com/2008/08/memory-leak-in-faxcomexlib.html

Regards

Kent Bolton
MaxSoft Group
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top