Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a web service that includes two web method, GetAllUsers and GetAllMessages. Both of them gets user's ID. GetAllUsers method returns all users except the user is ID's given, and GetAllMessages returns all messages belong to given user. But after some try (2 or 3), GetAllUsers method is starting to return GetAllMessages result. I mean although I call GetAllUsers method, the other' s results are returning. Can anybody help me about this problem? I have developed .Net 3.5 and C#

Thanks
Posted
Updated 1-May-12 13:47pm
v3
Comments
Sandeep Mewara 24-Apr-12 11:24am    
Did you try to debug and see?
Cihan Çildan 24-Apr-12 11:27am    
Yes, I have debug it and there is no problem on my computer. But after I haved moved it to server, the problem is occuring

1 solution

There must be some mistake while using Code.

How can that be determined without any code, post your code where you used and what is definition,

Before that, have you checked and tried once again. If you still have problem, do not feel bad to post your code.

John Bhatt
P.Yar.B Complex
 
Share this answer
 
Comments
Ajith The Great 2-May-12 3:15am    
Do use comment Section to submit any comment...
John Bhatt 23-May-12 11:48am    
Ok, I had just started on that time. I have know the rules now. thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900