У меня есть приложение для Windows, разработанное в VS.NET 2003.
иногда я получаю исключение System.NullReferenceException из CallWindowProc ().
Вот трассировка стека исключения
Error_Stack_Trace: в System.Windows.Forms.UnsafeNativeMethods.CallWindowProc (IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
в System.Windows.Forms.NativeWindow.DefWndProc (Message & m)
в System.Windows.Forms.Control.DefWndProc (сообщение & m)
в System.Windows.Forms.Control.WmUpdateUIState (Message & m)
в System.Windows.Forms.Control.WndProc (сообщение & m)
в System.Windows.Forms.ScrollableControl.WndProc (Message & m)
в System.Windows.Forms.ContainerControl.WndProc (Message & m)
в System.Windows.Forms.ParkingWindow.WndProc (Message & m)
в System.Windows.Forms.ControlNativeWindow.OnMessage (Message & m)
в System.Windows.Forms.ControlNativeWindow.WndProc (Message & m)
в System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Пожалуйста, помогите мне устранить эту ошибку.
Спасибо и С уважением,
Jagadees.