Click here to Skip to main content
15,884,975 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am making a website on which i need to display graphs in report(.rdlc) which take data from oracle database. Number of field are very large(15 or more) and there values is such that these fields overlap in pie charts. What can be done? please help.

I have changed my appraoch now i am using Javscript charts "highchart" to work but it is showing error "
SQL
Could not load file or assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
"
i am using Visual Studio 2005 please help.


Thanks in advance.
Posted
Updated 9-Nov-12 0:47am
v2
Comments
bbirajdar 31-Oct-12 10:26am    
increase the size of graph...
WSourabh2590 1-Nov-12 0:58am    
thanx that worked.. but what about interactivity i want to add interactivity to graphs. (like on mousehover showing the value at that point and in pie chart seperating the area of that regoin from rest).
can we do that.?
bbirajdar 1-Nov-12 3:20am    
You can set tooltips on the chart series properties dialog - the expression for tooltips can be specified on the same tab as the x/y value expression.
WSourabh2590 1-Nov-12 4:51am    
can you please give an example?

1 solution

Could not load file or assembly 'System.Web.Extensions, Version=3.5.0.0,
It simply means that System.Web.Extensions V3.5 is missing and is required by your project application. Find the exact same version of the assembly and place it in application bin folder or GAC of the server.
 
Share this answer
 

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