Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
In your current environment and the way you have it setup with your user control, the BO may be trying to instantiate and reference the SharedDataTableKey. When you create controls you have to check on the design mode (Me.DesignMode). If this is False then it is safe to set this key, otherwise you may receive the error you are getting because the actual sessions for the data source keys is not established at design time.
|