Experiences deploying ASP.NET 3.5 web site with charting control
Has anyone deployed a web site using the 3.5 framework and the Microsoft charting control?
I know this is built into .NET 4.0, but our client isn't ready to move up to the .NET 4.0 yet.
Specifically, do you need to run the chart install on the server to deploy the control, or is there a way to do this in the deployment (such as droppin开发者_运维技巧g the System.Web.DataVisualization [sp?] dll into the BIN directory and updating Web.config?
Thanks, Tim
EDIT: I want to add we're using VS 2010 as our IDE...has anyone used the chart control while targeting the 3.5 .NET framework?
I have not used the controls myself so I don't now what major differences there are between versions, if any, but you can try using the .NET 3.5 version of the charting controls.
Edit: You should be able to add the .NET 3.5 control to the VS 2010 Toolbox manually, if it isn't added automatically using the instructions on MSDN.
精彩评论