"The Case of the Disappearing Controls" by Cat "SOLVED"
controls in question: picture box and MSChart
log file messages:
Line 20: Property OleObjectBlob in chtBGCurveChart had an invalid file reference.
Line 17: Cannot load control chtBGCurveChart.
Line 34: Property Picture in Picture1 had an invalid file reference.
senario: each time I open the project I get these errors. I've changed the location of the original image used and even renamed it. But, I deleted the original picture box control and pointed to the new image name and location. That didn't take care of it.
And the chart control problem may have originated from renaming the form. But a new chart control added to the renamed form should work! Oh, and I also renamed the chart control.
All code is reflecting the renamed controls, form, and images.
The problem still persists.
Cat
Correction: the picture box control does not disappear -- it simply does not load the image. The chart control does disappear.