StevenMcD
StevenMcD

Reputation: 17482

ASP.Net Charting not available

I'm at wits end now, I have googled this to death and found nothing.

I have Visual Studio 2008 Professional installed with Service Pack 1. I have also installed .Net Framework 3.5 SP1 obviously. I have installed ASP.Net Charting as well the VS08 addon. Yet I cannot find the control anywhere. I have tried adding the controls from the installed DLL's but I get the error: "No controls found in this assembly". I have even uninstalled and re-installed everything on my machine.

What am I doing wrong or am I looking in the wrong place entirely?

Thanks

Upvotes: 1

Views: 137

Answers (1)

Sam Cogan
Sam Cogan

Reputation: 4334

I had the issue where the tool did not appear, I added the tool manually. When you browse for the dll, there should be 4 dll's in that folder, 2 for web and 2 for windows forms, of the 2 dll's, theres one with design in the namespace, you want the other one. Sorry its a bit cryptic, I don't have access to a pc with it on at the min, but will check later for the full name.

Upvotes: 1

Related Questions