I have an winforms application that emplys an MSChart control to plot real time data from several sensors. (VB 2010 BTW)This is working fine in the Debug environment, but the chart does not update when the solution is built and run on a Windows 7 platform. No errors are visible anywhere and the primary application is still running and collecting data, but the chart does not show the line plots. Any ideas on how to troubleshoot this issue?
Thanks