.Net 1.1 is not compatible with .Net 1.0 programs?!!

  • Thread starter Thread starter Ravikanth[MVP]
  • Start date Start date
R

Ravikanth[MVP]

Hi

Can you please elaborate your problem more clearly.

Ravikanth
 
Dear Ravikanth,
Thank you very much for your reply, the part of the program which didn't
work on .Net 1.1 simply sent a "http" request that called a web service
function,
such as,
http://aladdin/elizawebservice/elizawebservice.asmx/HelloWorld?
where,
aladdin : means the machine name that installed .Net 1.1 English version
HelloWorld? : means the function in the "elizawebservice" web service
with no parameter
however, the same program worked on .Net 1.0,
http://conan/elizawebservice/elizawebservice.asmx/HelloWorld?
and it returned an xml document as the attachment I attached in the article.
Got any idea? Many thanks in advance!

Cheers,
Jackal
 

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

Back
Top