C# Fax Application

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.
 
R

Russ Valentine [MVP-Outlook]

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.
 
S

shelwig

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... :-
 
R

Ramabu

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)
 
R

Ravi Singh (UCSD)

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top