.NET/ faxcomlib noob !!! pease help

A

Ambassadeur Kosh

I'm using VisualStudio .NET 2003 and Framework 1.1
I made a new project and use interop with the FaxComLib API. I think all's
right.

As shown on MSDN and some examples on CodeProject, I try those two idioms :

FaxServer server = new FaxServerClass() ;
server.Connect("") ;

FaxServer server = new FaxServerClass() ;
server.Connect("Plmsa) ;

but in both of the cases, i have that
System.Runtime.InteropServices.COMException, Unknown error

i have a 2000 client , and the server works on 2003. the fax is installed,
shared, and fully usable with the logical printer it provide. it install a
"Mircosoft sharing FAX Client" on all PC's when used. so i dont understand
why I cant use it with the fax api.

could someone explain me what sould i do to make it work ?

thank you very much...
 

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