Answer,
The sound you can't hear is my sinking heart
Having opened my form.Designer file at the designated line number(s) - there were 2 warnings - neither of the lines corresponds to the 'Duplicate component name' warnings. I've experimented and commented out the lines (there's no alternative - they simply add controls) and my DataGridView just vanishes, so it looks as if I'll have to recreate the entire form.
What bugs me is that the project compiles without any warnings or errors, so I guess there's something else going on, but ...
If I'm going to have to get use to this, what's your strategy for dealing with these occurences?
Thanks
<Edit> But.. right after posting I deleted the form.resx file and it recompiled ok. Then went back to try the form in design mode, and it's there
Frans, as usual you're right on the button!
perhaps in the resx file?
I do wonder though why deleting the resx file solves the problem.
Answer: I'm still interested in your strategies for dealing with this stuff
Thanks again