10
Answers

nullreferenceexception was unhandled by user code

Ilyas Zahir

Ilyas Zahir

7y
1.1k
1
Any help on this will be greatly appreciated. Whenever I run my program, I get a NullReferenceException was unhandled by user code. here is the code selected while showing me this error
 
var FollowResult = await _instaApi.FollowUserAsync(long.Parse(res.Value.Pk)); 
Answers (10)