datagrid - are shown as a white rectangle with a red cross

T

Thomas

hi,

- I use the datagrid without a real database, only to display my memory data
and it works fine.
- If I install the application at an other computer the datagrid doesn't
work and disappear, a white blank area with a red cross are shown instead.
- it never happened, if I compile the application at the other computer,
although the computers use the same .net framework version.

I figured out, it happened if I call a special function. This function
hasn't nothing to do with data in the datagrid.

Anybody know or assume what happened?

Thanks Thomas
 
T

Thomas

Hi Cor,

thanks for the hint, there are some entries but I didn't find a real
solution or workaround for me.

An other one assume there is something wrong with the memory. I assume it
also, because the error occure if I call a certain function. In this funtion
I create many new objects and leave new created objects on the heap, maybe
some carbage collection destroy the datagrid.

Unfortunately it not happend at my computers, so I can't debug this issue!

Cheers Thomas
 
C

Cor Ligthert

Thomas,

An other one assume there is something wrong with the memory. I assume it
also, because the error occure if I call a certain function. In this
funtion I create many new objects and leave new created objects on the
heap, maybe some carbage collection destroy the datagrid.

It can be however very unlikely, than the program should use everytime exact
the same piece of memory, what has in my opinion a very low change.

Or did it only happens once?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top