Valhalla Legends Archive

Programming => General Programming => .NET Platform => Topic started by: MyndFyre on November 19, 2004, 12:50 PM

Title: M$ is dumb.
Post by: MyndFyre on November 19, 2004, 12:50 PM
If you're working on a RichTextBox control and get this error programatically:

System.NullReferenceException: Object reference not set to an instance of an object.
at System.Windows.Forms.RichTextBox.EditStreamProc (IntPtr dwCookie, IntPtr buf, Int32 cb, ref Int32 transferred)
at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.NativeWindow.DefWndProc(ref Message m)
at System.Windows.Forms.Control.DefWndProc(ref Message m)
at System.Windows.Forms.Control.WndProc(ref Message m)
at System.Windows.Forms.TextBoxBase.WndProc(ref Message m)
at System.Windows.Forms.RichTextBox.WndProc(ref Message m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(ref Message m)
at System.Windows.Forms.ControlNativeWindow.WndProc(ref Message m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Congratulations, there's nothing you can do about it.  Microsoft has acknowledged that a random problem with this pops up in 2.0, and using Reflector shows that the code is the same.  They apparrently assume that some stream is not null and don't prepare to make sure that's correct.

Title: Re: M$ is dumb.
Post by: drivehappy on November 19, 2004, 02:16 PM
Isn't 2.0 technically in beta state though?
Title: Re: M$ is dumb.
Post by: MyndFyre on November 19, 2004, 02:35 PM
Quote from: drivehappy on November 19, 2004, 02:16 PM
Isn't 2.0 technically in beta state though?

Yes, but the bug also exists in 1.0 and 1.1.
Title: Re: M$ is dumb.
Post by: K on November 19, 2004, 05:14 PM
So that's where that damn error comes from! I was getting this randomly a while back and it frustrated the hell out of me.
Title: Re: M$ is dumb.
Post by: DecA on November 19, 2004, 08:01 PM
"Congratulations, there's nothing you can do about it."

hahaha, you don't know how hard i laughed when i read that, lol :-p
Title: Re: M$ is dumb.
Post by: hismajesty on November 20, 2004, 08:28 AM
http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=92d36730-2d8e-43b3-b2de-421720885d95
Title: Re: M$ is dumb.
Post by: MyndFyre on November 20, 2004, 01:15 PM
Quote from: hismajesty[yL] on November 20, 2004, 08:28 AM
http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=92d36730-2d8e-43b3-b2de-421720885d95

Yeah uh...  That's my comment down at the bottom.
Title: Re: M$ is dumb.
Post by: Eibro on November 20, 2004, 03:46 PM
Random, like radioactive decay random?
Title: Re: M$ is dumb.
Post by: MyndFyre on November 21, 2004, 02:05 AM
Quote from: Eibro[yL] on November 20, 2004, 03:46 PM
Random, like radioactive decay random?

Isn't one of the features of radioactive decay that it is predictable?
Title: Re: M$ is dumb.
Post by: Eibro on November 21, 2004, 03:51 PM
Quote from: MyndFyre on November 21, 2004, 02:05 AM
Quote from: Eibro[yL] on November 20, 2004, 03:46 PM
Random, like radioactive decay random?

Isn't one of the features of radioactive decay that it is predictable?
No, you can only determine the probability of decay in a single atom.