Halo everyone,
i'm developing C#.Net compact frame[pocket PC] tat link up with ASP.NET web service.
i'm facing a problem now, PLS HELP ME!! urgent
I will be very very greatful
WebException was unhandled
//Reference.cs
public
//"Could not establish connection the network."
}
//This is web service method, ASP.NET v.2005
[
======================
//this is the C#.NET v.2005 compact framework, pocket PC coding
private void button1_Click(object sender, EventArgs e)
{
localhost.Service s = new localhost.Service();
this.label1.Text = Convert.ToString(s.HelloWorld());