[2005] Random Problem in Code
I have a form that inherits from another form that has some comboboxes on it. These comboboxes are bound, at runtime, to a dataset. Every once in a while the child form gives an error on compile stating "Invalid RESX file" and it then points to my dataset.
If I look in the RESX file under Other, there are line items for the four inherited comboboxes with DataSource properties listed. The DataSources are all set at runtime, so I don't know why this is happening. If I delete these items, the project compiles and works fine. It's just that at random times, these items are reappearing in that form.
Any thoughts?
Any ideas on where to look in these forms to determine why these DataSource properties are appearing in my RESX file?