S
Steli Andrei
Hello,
I do have a VB.NET application that is trying to fax
through Win 2003 Server. I do get this error: "Connection
to fax server failed" when I try to connect connect to it.
Here is part of my code:
Imports FAXCOMEXLib
Dim objFaxServer As New FAXCOMEXLib.FaxServer
Dim objFaxDocument As New FAXCOMEXLib.FaxDocument
objFaxServer.Connect(FaxServerName) 'FaxServerName is my
fax server: "\\ftdc1\fax" and this is the shared path.
This is where I get the error, right when I call "Connect".
Can anybody tell me what's wrong. Is there any code sample
out there that works !
I do have a VB.NET application that is trying to fax
through Win 2003 Server. I do get this error: "Connection
to fax server failed" when I try to connect connect to it.
Here is part of my code:
Imports FAXCOMEXLib
Dim objFaxServer As New FAXCOMEXLib.FaxServer
Dim objFaxDocument As New FAXCOMEXLib.FaxDocument
objFaxServer.Connect(FaxServerName) 'FaxServerName is my
fax server: "\\ftdc1\fax" and this is the shared path.
This is where I get the error, right when I call "Connect".
Can anybody tell me what's wrong. Is there any code sample
out there that works !