I entered a value for the SharedDataTableKey property on my maintenance form business object. I then entered the same value on the user control business object. This seemed to give me the results I was expecting, except now anytime I try to access the user control form in Visual Studio I receive the attached error. If I go into the designer and remove the line that sets the SharedDataTableKey property, I am able to view the user control once again.
So I'm kind of stuck because I can't seem to get either option working correctly.
Thanks,Tim
I've got two forms sharing some BOs. I've set the SharedDataTableKeys for them. In one of them, I will be using an UltraGrid, so I dropped a BusinessBindingSource in it, and as soon as I set its BusinessObject property, I get the "The given key was not present in the dictionary." message. Any advices?