Missing reference even thought it's right there

I have a missing reference error. Even though reference is in the class itself:

Double-clicking the debug, opens Visual Studio on highlighted line. This is exactly same file. The definitions of top of a file. Both of these variables exist. There’s no other entries to that class.

If you think I removed something from the image, it’s true, it’s the irrelevant code that I’m not authorized to share. But all of this error points to this file.

Show the code where you created that dictionary.

Literally at the top. One line.

I don’t see it there.

You defined the dictionary, you didn’t make an instance. (The error specifically mentions that the instance is missing.)

1 Like

OOOOOOH. Yea, I’ll make new Dictionary()