Search found 3 matches
- Wed Dec 21, 2005 10:17 am
- Forum: .NET
- Topic: Another Out Of Bounds Crash
- Replies: 4
- Views: 4955
Seriescount = 0?
I've linked the graph object back to the calling app so I can see its internals when the exception is raised. Although there are over four series on the form that are associated with the graph, it is reporting a seriescount of 0. This may not be the cause but a symptom of the initial error, but it d...
- Wed Dec 21, 2005 9:43 am
- Forum: .NET
- Topic: Another Out Of Bounds Crash
- Replies: 4
- Views: 4955
Is the Graph thread Safe?
The application relies on asynchronous TCP connections with our hardware. Without the hardware it is unlikely that you will see the safe effects. As it is a "random" event, how thread safe is your control? Is there any way of trapping these drawing exceptions so I can determine the graph state when ...
- Tue Dec 20, 2005 3:39 pm
- Forum: .NET
- Topic: Another Out Of Bounds Crash
- Replies: 4
- Views: 4955
Another Out Of Bounds Crash
NET control crashes application. Error raised outwith any user code that accesses control, hence all my exception traps do not stop it. Happens on a random basis, but regularly within a few minutes of run. Debug Dump below. Any currently known solutions. I have less than 5 days to deliver and may be...