473,406 Members | 2,345 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Object reference not set to an instance of an object

145 100+
What could cause "Object reference not set to an instance of an object." error? I was trying to read the envelope table. I got the code from the 3rd link below.

http://www.e-topco.com/oa/oa_help/OpenAir_SOAP.htm
http://www.e-topco.com/oa/oa_help/Complex_Types/Intro_Complex_Types.htm
http://www.e-topco.com/oa/oa_help/Code_Examples/Code_Examples.htm

Here is the code I am using

Expand|Select|Wrap|Line Numbers
  1.     Private Sub btnProject2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnProject2.Click
  2.  
  3.         Dim stub As New com.openair.sandbox.OAirServiceHandlerService()
  4.  
  5.         Dim req As New ReadRequest()
  6.         req.type = "Envelope"
  7.         req.method = "all"
  8.         Dim env1 As New oaEnvelope
  9.  
  10.         req.objects = New oaEnvelope() {env1}
  11.         Try
  12.             Dim results As ReadResult() = m_svc.read(New ReadRequest() {req})
  13.  
  14.             ' iterate through our results and output them to console
  15.             For Each result As ReadResult In results
  16.                 ' output any errors
  17.                 If result.errors IsNot Nothing Then
  18.                     For Each err As oaError In result.errors
  19.                       MessageBox.Show("Error " + err.code + ": " + err.comment + "" & Chr(9) & "" + err.text)
  20.                     Next
  21.                 End If
  22.  
  23.                 ' output the envelope read results
  24.                 If result.objects IsNot Nothing Then
  25.                     MessageBox.Show("Received " + result.objects.Length + " envelope(s) from OpenAir")
  26.                     For Each env As oaEnvelope In result.objects
  27.                         MessageBox.Show(Chr(9) & "" + env.id + env.total + env.date + env.name + env.tottickets)
  28.  
  29.                     Next
  30.                 End If
  31.             Next
  32.         Catch ex As Exception
  33.             MessageBox.Show("Error while reading envelopes:" & Chr(10) & "" & ex.Message)
  34.         End Try
  35.     End Sub
  36.  
May 20 '08 #1
5 977
Plater
7,872 Expert 4TB
Do you know which line caused the error?
May 20 '08 #2
dorandoran
145 100+
result.objects is showing nothing when i stepped through the code and thats why it's giving me an error. but why it's showing nothing.
May 20 '08 #3
Plater
7,872 Expert 4TB
Is results ITSELF "nothing"?
May 20 '08 #4
dorandoran
145 100+
result is nothing. but i know for fact there are tons of records that i should get in return.
May 20 '08 #5
Plater
7,872 Expert 4TB
Well, I don't know what's going on here:
Dim results As ReadResult() = m_svc.read(New ReadRequest() {req})

but maybe check into that section?
May 20 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

28
by: Daniel | last post by:
Hello =) I have an object which contains a method that should execute every x ms. I can use setInterval inside the object construct like this - self.setInterval('ObjectName.methodName()',...
6
by: Martin | last post by:
I'd like to be able to get the name of an object instance from within a call to a method of that same object. Is this at all possible? The example below works by passing in the name of the object...
15
by: Carlos Lozano | last post by:
Hi, What is the right way to create an OCX COM component. The component is already registerred, but can't create an instance. I am using the reference to the interop module created. If I use...
3
by: Adam | last post by:
We have a web site that uses .vb for the web pages and .cs for a class module. We are getting the error in .NET 2.0 and VS 2005 beta 2. It does work with .NET 1.1. When trying to access a page...
4
by: Luke Matuszewski | last post by:
Here are some questions that i am interested about and wanted to here an explanation/discussion: 1. (general) Is the objectness in JavaScript was supported from the very first version of it (in...
12
by: Andrew Poulos | last post by:
With the following code I can't understand why this.num keeps incrementing each time I create a new instance of Foo. For each instance I'm expecting this.num to alert as 1 but keeps incrementing. ...
6
by: Shailen Sukul | last post by:
Observed a weird behaviour with object references. See code listing below: using System; using System.Collections.Generic; using System.Text; namespace PointerExceptionTest { /*
14
by: Philipp Reif | last post by:
Hi all, I've got a little hole in my head concerning references. Here's what I'm trying to do: I'm calling a function, passing the reference of a business object for editing. The function clones...
3
by: User1014 | last post by:
A global variable is really just a property of the "Global Object", so what does that make a function defined in the global context? A method of the Global Object? ...
2
by: Ralph | last post by:
Hi I don't understand why it's not working: function schedule(imTop){ this.tdImagesTop = imTop; } schedule.prototype.selectEl = function() { alert(this.tdImagesTop);
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.