W
Will Pittenger
It throws an exception when executing the line below.
this.smallIconsIL.ImageStream =
((System.Windows.Forms.ImageListStreamer)(resources.GetObject("smallIconsIL.
ImageStream")));
The exception reads "Unhandled Exception:
System.Resources.MissingManifestResourceException: Could not find any
resources appropriate for the specified culture (or the neutral culture) in
the given assembly. Make sure "appName.resources" was correctly embedded or
linked into assembly 'appName'." What gives? My image is was set up with
the form editor. What am I doing wrong?
this.smallIconsIL.ImageStream =
((System.Windows.Forms.ImageListStreamer)(resources.GetObject("smallIconsIL.
ImageStream")));
The exception reads "Unhandled Exception:
System.Resources.MissingManifestResourceException: Could not find any
resources appropriate for the specified culture (or the neutral culture) in
the given assembly. Make sure "appName.resources" was correctly embedded or
linked into assembly 'appName'." What gives? My image is was set up with
the form editor. What am I doing wrong?