I was working on a project, doing absolutely nothing related to the PictureBox controls, then all of a sudden that error pops up on load "Problems loading ctl see ctl.log for details" for a couple picture boxes.
Make no further changes, just run again... it's happened for more PictureBoxes... making no changes whatsoever I'm getting a cascade of this happening to more and more controls every time I open the project. Again, making no further changes, and the initial changes didn't touch code related to PictureBoxes or any controls.
Line 1016: Property DrawStyle in pbControlBox could not be set.
Line 1016: Property DrawWidth in pbControlBox could not be set.
Line 1028: Property DrawStyle in pbSearchContainer could not be set.
Line 1028: Property DrawWidth in pbSearchContainer could not be set.
and on and on, more every time. I'm worried the whole thing is getting corrupted somehow. I was working on startup issues where I was using RaiseEvent during a UserControl creation; not in initialize but following ReadProperties, and think something funky might happen there because it didn't let me set the variable referenced as an argument.
Make no further changes, just run again... it's happened for more PictureBoxes... making no changes whatsoever I'm getting a cascade of this happening to more and more controls every time I open the project. Again, making no further changes, and the initial changes didn't touch code related to PictureBoxes or any controls.
Line 1016: Property DrawStyle in pbControlBox could not be set.
Line 1016: Property DrawWidth in pbControlBox could not be set.
Line 1028: Property DrawStyle in pbSearchContainer could not be set.
Line 1028: Property DrawWidth in pbSearchContainer could not be set.
and on and on, more every time. I'm worried the whole thing is getting corrupted somehow. I was working on startup issues where I was using RaiseEvent during a UserControl creation; not in initialize but following ReadProperties, and think something funky might happen there because it didn't let me set the variable referenced as an argument.