Click here to Skip to main content
16,022,418 members

Comments by Member 8481963 (Top 1 by date)

Member 8481963 9-Feb-12 17:30pm View    
Hi I've ran into the random exception as well. What worked for me was to add a sleep(1000) to the thread that was generating the updates to the datarow. The datatable was bound to a datagridview and my best guess is that it was generating too many window messages?