|
-
Jun 13th, 2003, 06:08 PM
#1
Thread Starter
Hyperactive Member
vb.net 2003 and web services
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|