Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, it uses reflection, and yeah, since you obfuscate your public types between your assemblies, it will change them so that they do not match the strings. But, looking at the code, it should still be able to aquire an error provider to use. Check in the watch window what the value of your businessObject._ParentForm is and also businessObject.ParentForm.
|