I realize some people on this list may know the status of various controls at any given moment, but I imagine there are also some lurkers on the list who may just be trying to learn a little bit about mono. I'm pretty decent with C# but not real knowledgeable with mono. If you could post a little code along with your questions I might be able to try running it too. Just a thought.
Sincerely, Nate Trimble -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Medland Sent: Monday, March 28, 2005 4:37 PM To: [email protected] Subject: [Mono-winforms-list] OpenFileDialog throwing ArgumentNullException Can anyone tell me, is this me doing something wrong or is it a current bug in the code? (Assuming I am doing the build properly) mono is the current version updated 10 minutes ago. Test program simply declares an OpenFileDialog Program throws: Unhandled Exception: System.ArgumentNullException: Cannot add null image Parameter name: value in <0x00104> System.Windows.Forms.ImageList+ImageCollection:Add (System.Drawing.Image value) in <0x001a6> System.Windows.Forms.MWFFileView:.ctor () in (wrapper remoting-invoke-with-check) System.Windows.Forms.MWFFileView:.ctor () in <0x00236> System.Windows.Forms.FileDialog+FileDialogPanel:.ctor (System.Windows.Forms.FileDialog fileDialog) in (wrapper remoting-invoke-with-check) FileDialogPanel:.ctor (System.Windows.Forms.FileDialog) in <0x000ad> System.Windows.Forms.OpenFileDialog:.ctor () in (wrapper remoting-invoke-with-check) System.Windows.Forms.OpenFileDialog:.ctor () in <0x00024> ofd01:Main () -- Bill Medland mailto:[EMAIL PROTECTED] http://webhome.idirect.com/~kbmed _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
