Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am trying to add a web service to my win CE project.
I added the webservice successfully and test it in win mobile 5.0 emulated and it worked properly.but when i test it in a win CE device it encountered a low memory Error.this is my code:

MobileService s = new MobileService();
string a = s.HelloWorld();

button1.Text = a;

I just try to test with a hello world webservice.My internet connection is OK.
what can i do to solve my problem.
Posted

It seems like your code is not the problem but the device. It could use some memory upgrade. Since it is a normal thing you're asking of it.. But if that's not possible, maybe you could solve it at a lower level by talking to the webservice in the underlying soap.

But it would be like going back in time..

http://msdn.microsoft.com/en-us/library/ms862702.aspx[^]

http://msdn.microsoft.com/en-us/library/ms897379.aspx[^]
 
Share this answer
 
Comments
nsg_questnetltd@yahoo.com 23-Jul-12 1:47am    
But I have 512MB of ram on my system, and it is not seems to be low for such a small request in web service.I think there is a problem in my internet connection.I set up the adapter setting of my windows CE just like my computer.but I don't have IE in my image to test it.
But I have 512MB of ram on my system, and it is not seems to be low for such a small request in web service.I think there is a problem in my internet connection.I set up the adapter setting of my windows CE just like my computer.but I don't have IE in my image to test it.
 
Share this answer
 

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