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...
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...