>

Service Pack1 for SharePoint 2010 Available

  Microsoft Released the SP1 for SharePoint 2010 Products, Here is the links to download. 1. Service Pack 1 for SharePoint Foundation 2010 2. Service Pack 1 for SharePoint Foundation 2010 Language Pack (if applicable) 3. Service Pack 1 for SharePo…

Let Shining Examples Lead the Way to Increased SharePoint Adoption

My first “pure” BrightStarr blog entry was published today.  Here’s a teaser:
There’s been a lot of conversation on the Internets of late on the topic of SharePoint adoption and especially the lack thereof. No one wants to go to all th…

“Access Denied” to Default.aspx on a SharePoint 2010 Sub Site

One of my clients went live with their SharePoint 2010 environment today.  We discovered that a certain group of users couldn’t access their default home page.  SharePoint responded with “Access Denied” and the usual “sign in as anoth…

Delete Button on Repeating Table InfoPath 2010

This is kind of common request from client to have kind of small delete button or image in every to delete. I couldn’t find any approach using Rules to delete the rows. One line C# code would do the trick J   Add Button and Click on the &#8…

XSLT and jQuery Samples

I have been doing a lot of of XSLT and jQuery and thought I’d share a few snippets that others may find useful in future.
Example 1: Emit simple JavaScript / jQuery in XSLT:
<xsl:template match="something" xml:space="preserve"&#62…

Execution Scripts is disabled in this system

I just installed the Microsoft Online Services Module for Windows PowerShell to configure single sign on for Office 365. When I try to run the PowerShell script for Single Sign on Module: The default script execution policy is set to Restricted. Yo…

PerformancePoint and Error 33494

One of my clients called today when their PerformancePoint environment (in SharePoint 2010) broke down.  One of the app servers in the farm was running low on disk space.  While addressing that, the client uninstalled “too much” and the P…

Lists.asmx, GetListItems and Folders

I was doing some research for someone today around the list.asmx web service provided as part of SharePoint 2010 (and earlier).  She was able to get the list items at the root folder (including the names of sub-folders), but couldn’t get items i…

SPD Workflow Patterns, Tips and Tricks

I gave my presentation today at SharePoint Fest in Denver.  Here’s the PowerPoint presentation itself: http://www.mstechblogs.com/paul/wp-content/uploads/2011/05/SharePointFest.pptx
Subscribe to my blog.
Follow me on Twitter at http://www.twitte…

Lists.asmx, GetList and “Value cannot be null”

I discovered today that the GetList() method in lists.asmx web service has to be called very carefully or it’s prone to throw a mysterious “Value cannot be null” exception (and that’s assuming you can get past the even worse generic error messa…