Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I have a control that implements IBusinessBinding (a wrapper around TxTextControl). All works well until I obfuscate the dlls. Then I get an error that the control can't be bound and it asks if there is a field descriptor for the custom property. Well, there is and it isn't obfuscated, nothing in the BO is obfuscated (I'm not obfuscating my BOs at all). The control is obfuscated though.
I don't know enough about how all this binding stuff works to know what to look for (other than the field descriptor....which isn't obfuscated). What might be going wrong?
Thanks!
|