Hmmm.. Figured something aggravating out. RIAudit, out of necessity, uses public properties, instead of accessors. If i change
public string Status;
to
public string Status {get; set;}
then WPF is happy (though the object-ralational database i use is not). I guess I'll have write a wrapper for RIAudit, unless someone knows how to get around this. ??