我在多台计算机上运行 .NET 2.0 程序。在一个我有这个错误反复发生,直到我重置应用程序。
//line below was throwing the exception
this.myButton.BackgroundImage = global::myNamespace.Properties.Resources.myImage;
例外:
ExceptionType: ArgumentException
Message: Parameter is not valid.
Source: System.Drawing
StackTrace: at System.Drawing.Image.get_Flags()
at System.Windows.Forms.ControlPaint.IsImageTransparent(Image backgroundImage)
at System.Windows.Forms.Control.set_BackgroundImageLayout(ImageLayout value)
该资源存在,并且一旦重置它就可以正常工作。任何人都可以提供任何可能发生的见解吗?