Click here to Skip to main content
15,890,717 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm using Visual Studio 2008 SP1 and it hangs when i click on a DataGridView.
Making some experiments I found that If I close the properties window it does not hangs, but if the properties windows is open (or if i reopen it) it hangs up.
It did function all ok up to some time ago, when I programmed the forms containing the DataGridWiew.
I have a handful of different projects with DataGridView, and it hangs in every project.
I have already tried to reset the toolbox and to reset all settings, to no extent.
How could I do?
Thanks.
Posted
Comments
Sergey Alexandrovich Kryukov 3-Dec-13 9:36am    
Not enough information. Try not to overuse the designer. Simplify down your code running under design mode to bare minimum and see what happens...
—SA
Beorne 4-Dec-13 3:07am    
Thanks.
The problem was due to an external dll that gave at runtime a missing dependencies error.
Clearly when one visualizes the properties of a DataGridView VS does some sort of execution in the back to elaborate the DataSources ...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900