ok
i have 2005 standard and currently working on vista ultimate. all .Net frameworks have been installed.

I have an app that makes use of plain old regular datagridview. to make the story short, on a button click I start a background worker that collects data from various sources and updates the dataset that is bound to the DGV.
once the background worker completes I run a refresh on the DGV to display results.

anyway all of this works great when I am doing it within VS, however if i installed the very same app on the same computer and run it, the app crashes at the point where the number of rows added exceeds the visible area of the DGV. Meaning it crashes on the creation on the vertical scrollbar...

Does ANYBODY have any idea how to get around this? I have done many other apps that behave exactly the same without any problems, but now all of a sudden i can't get them to work.

thanx