G
Giuseppe
in Our company we have a Win2003 server that we use to send fax.
offhand our client's XP SP2 that send fax by faxcomexLib via VB.NET 2005,
had finish to work.
Now when we try to send one fax, the code work well, but if we try to add
more receipients we recevied from managed code an exception :
System.IO.FileLoadException was unhandled
Message="Operation failed."
Source="FaxComEx.FaxDocument.1"
StackTrace:
in FAXCOMEXLib.FaxDocumentClass.ConnectedSubmit(FaxServer pFaxServer)
in Send_Fax.frmMainform.cmdInvia_Click(Object sender, EventArgs e) in
C:\Documents and
Settings\Giuseppe.Porcelli\Desktop\Send_Fax\Send_Fax\frmMainform.vb:riga 290
How can I solve it ???
Giuseppe
offhand our client's XP SP2 that send fax by faxcomexLib via VB.NET 2005,
had finish to work.
Now when we try to send one fax, the code work well, but if we try to add
more receipients we recevied from managed code an exception :
System.IO.FileLoadException was unhandled
Message="Operation failed."
Source="FaxComEx.FaxDocument.1"
StackTrace:
in FAXCOMEXLib.FaxDocumentClass.ConnectedSubmit(FaxServer pFaxServer)
in Send_Fax.frmMainform.cmdInvia_Click(Object sender, EventArgs e) in
C:\Documents and
Settings\Giuseppe.Porcelli\Desktop\Send_Fax\Send_Fax\frmMainform.vb:riga 290
How can I solve it ???
Giuseppe