رفع خطای power pivot
Could not load type ‘Microsoft.AnalysisServices.SharePoint.Integration.ReportGalleryView’. This is not what you were planning on seeing, am I correct? Didn’t think so. How do we fix this and why is it happening?
Why it happens: This particular library type needs an ASP.Net control which can’t be found because the code for it is in a dll that is missing. It is likely occurring because powerpivotwebapp.wsp has not been deployed to the particular Web Application where the site in question is located.
How to fix it: Luckily the fix isn’t too difficult, although it does require that you are an administrator since we need to do some work in Central Administration. See below for the steps.
- Open SharePoint 2010 Central Administration from the Start Menu or by typing in the web address in your browser
- Go to the System Settings section
- Click on Manage Farm Solutions under the Farm Management section
- Click on powerpivotwebapp.wsp
- In the Deployed To section the web application where the error occurred will not be listed
- Click Deploy Solution at the top of the screen (Shown in the first screenshot below)
- In the Deploy To section select your web application from the drop down list (Examples in second screenshot below)
- You have the option to schedule the deployment, keep the Now button selected if you want to be able to use the gallery immediately
- Click OK
- Go back to your site and click on the link to load the PowerPivot gallery again, don’t just refresh the error page
Image 1: On this screen click Deploy Solution in the top left corner.
Image 2: Select your web application from the drop down list and click OK.


