Hey,

I'm working with the ASP.NET web service hello world sample.

I am trying to access it with the following code :

Label1.Text = "Please wait"
Dim getres As bedroom.Service1
Label1.Text = getres.helloworld

I then get the following error : Object reference not set to an instance of an object.

Please help me.