I have a SF User Control that displays data on a grid. The Edit button displays a maintenance form dialog box so I can maintain the data. I could not get a child dialog and BO Translations working on the user control, so after two days of failed attempts I decided to try using a SharedDataTableKey, which I found on a number of forum postings. 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