F
Fredrik Melin
Hi,
I have a problem with my app, sometimes (1 out of 10 or so) when the user
closes the app, it crashes (not visiable) but stays as a task in the
background.
This of course doesnt work good with my liveupdate function that cannot
overwrite the files when this has happend. The users ends up having to kill
the process or logoff/login again.
Even for me, in develop mode, the IDE sometimes crashes when I close that
one with my app loaded, I suspect its one of the component in my application
that causes it, but not sure which one.
When it crashes in the IDE it says "memory cannot be read xxxxx" so its not
that much of information.
When it happens for the clients, its not showing any errors at all
(sometimes it does then its the same "Memory cannot be read at xxxx"...
What can I do to find and eliminate this problem? Or is there a workaround?
I do unload all forms, disposing them before, so it must be something
else...
Regards
Fredrik Melin
I have a problem with my app, sometimes (1 out of 10 or so) when the user
closes the app, it crashes (not visiable) but stays as a task in the
background.
This of course doesnt work good with my liveupdate function that cannot
overwrite the files when this has happend. The users ends up having to kill
the process or logoff/login again.
Even for me, in develop mode, the IDE sometimes crashes when I close that
one with my app loaded, I suspect its one of the component in my application
that causes it, but not sure which one.
When it crashes in the IDE it says "memory cannot be read xxxxx" so its not
that much of information.
When it happens for the clients, its not showing any errors at all
(sometimes it does then its the same "Memory cannot be read at xxxx"...
What can I do to find and eliminate this problem? Or is there a workaround?
I do unload all forms, disposing them before, so it must be something
else...
Regards
Fredrik Melin