Hi,
Really hoping somebody knows the answer to this one...
I've created a simple fax method that will be transmitting documents (mostly in Word and Excel format) for a customer.
A small problem is...it'll only send ".txt" text files (notepad is my default app for this.). I've read what seems like every post on the web on FAXCOMLib looking for a solution to no avail.
Somewhere along the way, I've read that this might be to do with a new user (the ASPNET user account) opening Word, Excel, Acrobat and being presented with a modal dialog (enter your initials for Word, Excel...updates etc for Acrobat) - or am I barking up the wrong tree?
The specific error is:
An Error occured during Fax Transmission
-----------------------------------------
Source: Interop.FAXCOMLib
Message: The system cannot find the file specified.
Stack Trace: at FAXCOMLib.IFaxDoc.Send() at FaxTest.Fax.btnFax_Click(Object sender, EventArgs e)
Yours frustratedly,
Ryan Cleary.
Really hoping somebody knows the answer to this one...
I've created a simple fax method that will be transmitting documents (mostly in Word and Excel format) for a customer.
A small problem is...it'll only send ".txt" text files (notepad is my default app for this.). I've read what seems like every post on the web on FAXCOMLib looking for a solution to no avail.
Somewhere along the way, I've read that this might be to do with a new user (the ASPNET user account) opening Word, Excel, Acrobat and being presented with a modal dialog (enter your initials for Word, Excel...updates etc for Acrobat) - or am I barking up the wrong tree?
The specific error is:
An Error occured during Fax Transmission
-----------------------------------------
Source: Interop.FAXCOMLib
Message: The system cannot find the file specified.
Stack Trace: at FAXCOMLib.IFaxDoc.Send() at FaxTest.Fax.btnFax_Click(Object sender, EventArgs e)
Yours frustratedly,
Ryan Cleary.