M
Martin Robins
I have a project that will not run. It runs fine on another machine, but
when I copied it across from that machine to another (as source code) and
recompiled, it issues an error (see above).
The code lne in question is
this.imageListToolBar.ImageStream =
((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListTool
Bar.ImageStream")));
within the Windows Forms Designer generated code.
I have tried deleting the .resx and then recreating but to no avail!
The application continues to compile on the first machine!
I have subsequently put together a simple form with a single ImageList
containing a single image, a toolbar with a single button and then allocated
the image to the button. This will not run either instead giving the same
message.
Has anybody else seen this or am I spending the weekend re-loading my
machine?
Cheers.
when I copied it across from that machine to another (as source code) and
recompiled, it issues an error (see above).
The code lne in question is
this.imageListToolBar.ImageStream =
((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListTool
Bar.ImageStream")));
within the Windows Forms Designer generated code.
I have tried deleting the .resx and then recreating but to no avail!
The application continues to compile on the first machine!
I have subsequently put together a simple form with a single ImageList
containing a single image, a toolbar with a single button and then allocated
the image to the button. This will not run either instead giving the same
message.
Has anybody else seen this or am I spending the weekend re-loading my
machine?
Cheers.