Re: How to fix Big Red Cross on the screen

From: Alex Brunner, ALL CONSULTING AG, Switzerland (brunner_at_all-consulting.ch)
Date: 02/20/04


Date: Fri, 20 Feb 2004 09:28:11 +0100

Hi David

Did you ever try to attach the VS2003 Debugger to the running application
and enable the debugging of all exceptions to break into the debugger?

This normally helps to solve the problem in a very efficient way.

Regards,
Alex

"david" <david10708@lycos.com> wrote in message
news:OE3kA#W9DHA.3704@tk2msftngp13.phx.gbl...
> Hi Justin,
> But they are .NET objects and I didn't rewrite paint event.
>
> David
>
>
> "Justin Rogers" <Justin@games4dotnet.com> wrote in message
> news:OmwzbUO9DHA.1472@TK2MSFTNGP11.phx.gbl...
> > Red cross generally means the paint for that object has failed. This
> might be
> > because you are
> > throwing an exception in the paint routine.
> >
> >
> > --
> > Justin Rogers
> > DigiTec Web Consultants, LLC.
> > Blog: http://weblogs.asp.net/justin_rogers
> >
> > "david" <david10708@lycos.com> wrote in message
> > news:uJXur8M9DHA.2368@TK2MSFTNGP11.phx.gbl...
> > > Hi All,
> > > I have a .NET application written by C#.
> > > It works fine in the most time, but sometimes, once or twice a day,
> there
> > > are red cross on the screen.
> > > The position of red cross is the position of visible object, like
> button,
> > > datagrid.
> > > But the application still works, and when it comes back the same
screen
> next
> > > time, there is no red cross any more, every thing show normally.
> > > It has haunted me for a long time. I don't know how to fix it.
> > > It seems a memory leakage problem, but I didn't find any clues about
it.
> > >
> > > I greatly appreciate any help.
> > >
> > >
> > > David
> > >
> > >
> >
> >
>
>


Loading