ChartPart for SharePoint installation instructions
To install ChartPart for SharePoint follow these instructions:
Prerequisities
- Verify that you have Windows SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007
- Install Microsoft .NET 3.5 Service Pack 1
- Install the Microsoft Chart Controls for Microsoft .NET Framework 3.5
- Download the latest release of ChartPart
Deploy Chart Control settings to your web server
To install the MSChartControls.wsp (1.0.0.730) package to your front-end web servers follow these steps:
1) stsadm -o addsolution –filename MSChartControls.wsp
2) stsadm -o execadmsvcjobs
Either you can deploy your solution using the Central Administration site (Operations->Solution Management) or as follows:
1) stsadm -o deploysolution -name MSChartControls.wsp -immediate –allowgacdeployment
2) stsadm -o execadmsvcjobs
- Verify that Solution is deployed *
To verify that the solution is deployed correctly go to Central Administration -> Operations -> Solution Management and look for the mschartcontrols.wsp. It should look like this:
Activate the Chart Controls Solution on your Web Application
To be able to use the ChartPart for SharePoint you have to activate the feature on the Web Application that you will use the ChartPart on like this:
1) Go to Central Administration
2) Go to Application Management
3) Select Manage Web Application Features
4) Verify that you have selected the correct Web Application in the top right corner
5) Click Activate on the Microsoft Chart Controls Feature.
Manual installation of Chart Controls
If you do not want to install this Chart Control Feature, then you can make the changes manually in the web.config of the Web Applications. Add the following line to all the WFEs and Web Application where you want the Chart Controls enabled:
<appSettings> <add key="ChartImageHandler" value="storage=memory;timeout=20;" /> </appSettings>
Deploy the ChartPart Web Parts to your Web Application
To install the Chart Part for SharePoint Web Parts you first have to install the Chart Controls, as above, and activated it on the Web Application you will install the ChartPart for SharePoint to, and then follow these steps:
This adds your solution to the server
1) stsadm -o addsolution -filename “ChartPart 2.0.wsp”
2) stsadm -o execadmsvcjobs
You can deploy the solution using Central Administration->Operations->Solution Management and select the Web Application on which you enabled the Chart Controls.
You can also do this manually to your Web Application. This deploys your solution to the selected Web Application. Replace <url> with the Url of your Web Application.
1) stsadm -o deploysolution -name “Chartpart 2.0.wsp” -immediate -allowCasPolicies -url <url>
2) stsadm -o execadmsvcjobs
- Activate the feature on your Site Collection *
Now all you have to do is activate the feature on the selected Site Collection.
1) Go to Site Settings for your top-level site
2) Go To Site Collection Features
3) Activate the ChartPart for SharePoint feature
4) Now you can add ChartParts on every site in your Site Collection.