asp:chart is not available on visual web developer 2008 express edition
- by veda
I just installed microsoft chart controls software on my system. Now the chart is present on the data toolbox on visual C# 2008 express edition. But it is not available on visual web developer 2008 express edition
When I tried
<asp:chart >
it is not available...
Do I have to do some procedure to get it active on web developer.
Can anyone tell me what is the problem...
I added the below said to the web.config, The is available but I am getting an error..
The type or namespace name 'DataVisualization' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)
What should I do now...