N
Nicolas Caron
Not sure if this is the right newsgroup to post this, if not where
should I post this?
Anyway here's the question... I have developped a service application
that needs to send faxes. I can connect to the local fax service with
IFaxServer.Connect, and then create a FaxDoc with
IFaxServer.CreateDocument.
The problem is when I try to send that document... I always get an
"Data is invalid" error. The data I try to send is a basic .tif file.
What baffles me is that when I take the exact same code and try to send
the exact same tif file from a normal application (as opposed to my
service) it works perfectly...
I tried configuring my service to use both LocalSystem and my own
account and it didn't work. Since connecting to the server works I
assume this is not a users rights issue...
Thanks for the help. As stated before if this is the wrong newsgroup
for this message tell me where I should be posting it...
should I post this?
Anyway here's the question... I have developped a service application
that needs to send faxes. I can connect to the local fax service with
IFaxServer.Connect, and then create a FaxDoc with
IFaxServer.CreateDocument.
The problem is when I try to send that document... I always get an
"Data is invalid" error. The data I try to send is a basic .tif file.
What baffles me is that when I take the exact same code and try to send
the exact same tif file from a normal application (as opposed to my
service) it works perfectly...
I tried configuring my service to use both LocalSystem and my own
account and it didn't work. Since connecting to the server works I
assume this is not a users rights issue...
Thanks for the help. As stated before if this is the wrong newsgroup
for this message tell me where I should be posting it...