more G-Labs products

Author Topic: "CR: Cannot perform member binding on `null' value"  (Read 889 times)

March 02, 2016, 03:35:15 PM
Read 889 times

HGexperimenter

  • **
  • Information
  • Jr. Member
  • Posts: 42
This happens once a week or so on a program:
Runtime.Error = "CR: Cannot perform member binding on `null' value"

What is the best way to trace the source of the error?  The log shows the same, so no information as to the line in the program.

I put try{} catch{} in various places but did not help.

Any suggestions?
Thanks

November 08, 2016, 07:12:06 PM
Reply #1

HGexperimenter

  • **
  • Information
  • Jr. Member
  • Posts: 42
Bumping this question in case anyone had run into this problem.

What is the best way to debug this sort of intermittent error?

Thanks!

November 08, 2016, 11:13:14 PM
Reply #2

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544
Hi,

I have never had this problem..
Perhaps post your code here ...

Bye

November 15, 2016, 05:13:41 PM
Reply #3

HGexperimenter

  • **
  • Information
  • Jr. Member
  • Posts: 42
Har to track down..

It happens only once a week or so.  The problem is on a call to get information from a web page.
Hard to see in the code, but it would be good to know how to debug this (and generally be able to trace an error in mono)

I did a search on the error and it is from mono.  Most likely when an http call to get data does not work (I put in exception catch but didn't help)