I was running into the “PerformancePoint Services could not connect to the specified data source” error when trying to use Dashboard Designer on my local machine against a remote SP 2010 server. Combing through the logs I saw that my Root Certificate was not a trusted authority. Here are the […]
Month: December 2011
Interactive Google Map Web Part for Sharepoint 2010
I needed a way to display an interactive Google Map against a Sharepoint list over SSL. I did a slight modification to Mazin’s great Google Map Web Part on Codeplex. In MapWebPart.cs – Look for ResolveAddress function and add the following line at the top of function. ServicePointManager.ServerCertificateValidationCallback = delegate […]