10
Reply

nullreferenceexception was unhandled by user code

Ilyas Zahir

Ilyas Zahir

Nov 24 2017 8:26 AM
256
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)