Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
The first thing to try is check if label is null:
var label = item as Label;
if (label == null)
return "";


If that doesn't fix it, check similarly all the other widgets, labels, etc that you use. Final thing may be 'path' that is null but I doubt it.