Problem with GetQuestion

Hi Kocian,

Welcome to our community! :slight_smile:

NullReferenceException means that a reference (“link”) to an instance is missing. Double click on the error message to see to which line in your code it is referring. That’ll help you analyse the problem further.


See also: