A
Andrew Schmidt
I am having trouble creating an automated fax client in .NET. I am running
on XP professional. The faxing apparatus seems to be working fine when I
print to the fax driver from Word and other applications.
As a first step in creating my app I have attempted to run the VB example
found at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxusing_27co.asp.
When I load and run this example I receive the following error when
executing line
JobID = objFaxDocument.ConnectedSubmit(objFaxServer)
80070483, Operation Failed
This error does not match any found on page
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxusing_9a2b.asp
What does this error mean?
Is there a more complete list of errors than found at the above location?
Thanks
Andy
on XP professional. The faxing apparatus seems to be working fine when I
print to the fax driver from Word and other applications.
As a first step in creating my app I have attempted to run the VB example
found at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxusing_27co.asp.
When I load and run this example I receive the following error when
executing line
JobID = objFaxDocument.ConnectedSubmit(objFaxServer)
80070483, Operation Failed
This error does not match any found on page
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxusing_9a2b.asp
What does this error mean?
Is there a more complete list of errors than found at the above location?
Thanks
Andy