C# Fax Application

  • Thread starter Thread starter Ravi Singh
  • Start date Start date
R

Ravi Singh

Hello

I have written a C# fax-application, on a Windows XP
machine(machinexp), that uses a shared FAX-modem on a Windows 2003
box(machine2003). However when I try to make a C# WebService to do the
same it fails.

So, I know my C# application works on its own, what I subsequently did
was made a shell webservice application that essentially called my
original C# application and it still failed.

- WebService (trying to connect to machine2003-fax)
Error: The fax server API version does not support the requested
operation

- WebService - calling the C# application
Error:The fax server API version does not support the requested
operation

So what am I doing wrong? Is this a permission issue, or am I missing
something.
 
You'll want to post in the Windows XP Fax group or the Windows 2000 Fax
group. That's where the fax developers hang out who might be able to help.
 
I have exactly this problem - Ravi - did you get an answer to this?
I'm not sure where to find the Windows XP Fax list... :-
 
I want read all Inbox all Item into listView in C# and
aslo read send all item into anthoer listview in C#

I want C# Code for this requirement

send me : (e-mail address removed)
 
Hello Shelwig

I do remember I fixed some of the problems I was getting. I do belive I
had to run the ASP .NET application in full-trust scenario, and it
seemed to work. Try that and let me know, if not I will try to dig up
the old code and see if I can help you.

-Ravi
 
Back
Top