Skip Ribbon Commands
Skip to main content

Ben There, Done That

:

SharePoint Ben > Ben There, Done That > Posts > PerformacePoint Error with System.Web.Extensions
March 04
PerformacePoint Error with System.Web.Extensions
The other day I was building a PerformancePoint development environment for a co-worker. When writing custom code to extend the functionality of PerformancePoint you either need to install Visual Studio 2005 along with the SDK, or you can just install Visual Studio 2008. I figured, why not just use Visual Studio 2008. After installing SQL, MOSS, PerformancePoint and Visual Studio 2008, I handed over the development environment , within a few minutes my co-worker was telling me he was getting errors when trying to connect to the PerformancePoint web service. I dug into it and found that the web service as well as the Preview site, calls for System.Web.Extensions version 1.0.61231.0, while, in our GAC, we had System.Web.Extensions version 3.5.0.0. I opened up the web.config files and changed all reference from 1.0.61231.0 to 3.5.0.0. This seemed to work fine, I could get to the Preview Site and access the web service. Once again I let my co-worker have a go at it. He got a little further this time and then tried to publish his dashboard, and once again got an error, this time it was in the dashboard page itself though. At this point in time, due to some time constraints, we decided to bag the idea of switching everything over to System.Web.Extensions 3.5.0.0, so I uninstalled the .NET 3.5 framework (that installs with Visual Studio 2008), copied the System.Web.Extension and System.Web.Extensions.Design 1.0.61231.0 files from another machine into the GAC on my develop machine and everything works fine now. My last remaining curiosity is, if make sure I install the .NET 3.5 framework before I install PerformancePoint, will PerformancePoint pick up on the newer version of System.Web.Extensions? If anyone knows leave a comment, and if I find the answer or have time to go back and give it a trial myself, I'll post the results.
 

 Comments

 
 
 
 
 
 
 
 
 
 
 

Glad you liked it. Would you like to share?

Sharing this page …

Thanks! Close

Add New Comment

 

Showing 0 comments

    Trackback URL
     
    blog comments powered by Disqus
     

     Pre-Disqus Integration Comments

     

    Comments

    PerformacePoint Error with System.Web.Extensions

    I just wen through this. .Net 3.5 was installed on my server before I installed perfomance point. Once I installed the perpoint components to the sharepoint site, I started getting this error. Before configuring PPS fort the site, Sharepoint was working perfectly fine, now I'm going back to unistall .NEt 3.5 to see if that would help.
    Benjamin.SteginkNo presence information on 3/22/2011 1:36 AM