Could not find any parsable digits

  • Thread starter Thread starter Tony
  • Start date Start date
T

Tony

Hi

In my app, when trying to expand some nodes I keep getting the message

"Could not find any parsable digits"

There doesnt appear to be any reason for it, the tree expands still, but it
keeps popping up a dialog which is frustrating.

Does anybody know what might actually cause this?

TIA

Tony
 
They were nodes from any level, both root and child.

I managed to find the problem, it was some improper handling, but it took a
long time to find.
The unparsable digits were going through a ToInt32 call.

Are these strings unobtainable when doing a string search on all files,
because the help has no mention of the error, I was not getting an exception
message, e.g. System.IO...... which made it very difficult to track down.
 
Back
Top