I have a C# app where one of my Form icons is visible in the designer but reverts to the default icon at runtime. The form in question is a derived form, with no .designer.cs file of its own, and the derived form .cs file is empty. The form icon displays in the designer correctly, but at runtime the icon is missing.
The derived form is in a different project from the base form. The base form icon was added via the designer, and no modifications were made to the base .designer.cs file.
Any ideas what might be causing this?