Chart Control
-
I have Visual Studio 2010 Professional which should have the chart control in the toolbox. It is checked as being in the toolbox for both web forms and windows forms, but it is not showing. Is there some way to fix this? My projects are VB. Bobby
-
I have Visual Studio 2010 Professional which should have the chart control in the toolbox. It is checked as being in the toolbox for both web forms and windows forms, but it is not showing. Is there some way to fix this? My projects are VB. Bobby
-
You could always try adding it anyway in to your page and see if it takes or if you get an error that might tell you what is happening.
There are only 10 types of people in the world, those who understand binary and those who don't.
Ryan, Thank you. I resolved the issue thus: Loaded Visual Web Developer 2008 and added chart control to the toolbox. Opened VS 2010, unchecked chart controls from the Add Controls Dialog. Then added them back. Voila! Now the chart control appears in the vs 2010 toolbox. Windows update kept trying to install update for the control, and failed for 5 days. Now the update should work. Hope this helps anyone who is experiencing a similar problem. Bobby