Message 1 of 6
Error reading Dictionary "Object reference not set to an instance of an object"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anyone please explain what is going wrong here.
I'm getting a "NullReferenceException. Object reference not set to an instance of an object" using:
For Each SetEntry As DBDictionaryEntry In SetRootDict Dim SetEntryDict As DBDictionary = CType(SetEntry.Value.GetObject(OpenMode.ForRead), DBDictionary) Next
I have the same lines letter for letter in a different procedure and referring the same unchanged root dictionary where it works fine.