Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI Can we use Highcharts reporting components in vs 2008?
because i have downloaded one code file from the codeplex for highcharts.net then that code is not working under framework 3.5 and it is showing one message that this code cannot be run under this because it's related to higher version

Please give me your views
Thanks
Vamsi
Posted

1 solution

If it is built on .net4 and it is using .net4 specific features then no.

However if it is not then try downgrading the project format to .net35 with SharpDevelop http://www.icsharpcode.net/OpenSource/SD/[^]

Contact the author about your problem, they can help you better.
 
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