Hi all,
I have user controls from a 2003 project that I've converted to 2005. If I create a new form and add one of these controls to the form, the code inside InitializeComponent() does not contain a line to create the instance of the user control. There is code generated to populate the properties, however. Obviously, this crashes if I run it. This does not occur with every control, but at least two of them.
I've done full rebuilds, closed VS and restarted, and monkeyed around with the property to generate a member variable. Nothing has helped. Please tell me this is something I've missed. I really don't want to go a regenerate all my user controls!
Any ideas on what can cause this wonderfully aggravating behavior?
WNC