Tag Archives: SharePoint Short

SP 2013 – SQL Native Client

SharePoint Short #11 If you’re trying to install SharePoint 2013 and during the installation of the prerequisites it fails with the message “Error: The tool was unable to install Microsoft SQL Server 2008 R2 SP1 Native Client” and the error … Continue reading

Posted in SharePoint Shorts | Tagged , | 2 Comments

SharePoint Best Practices

SharePoint Short #10 Excellent resource listing the best practices for SharePoint 2010: SharePoint 2010 Best Practices Details things from planning, deployment, development and lots more. Definitely worth bookmarking for future reference.

Posted in SharePoint Shorts | Tagged , | Leave a comment

Clear Designer Cache

SharePoint Short #9 When using SharePoint Designer, especially in a development environment where content and assemblies can frequently change, SPD can start to behave erratically, sometimes loading content that has been removed from the web site, or using an older … Continue reading

Posted in Designer, SharePoint Shorts | Tagged , | 8 Comments

Update WSP File

SharePoint Short #8 It’s easy to extract and make changes to a WSP file – use any compression program (WinZip, WinRAR, etc.) to extract it to your machine and you’re good to go. Once you’ve made your changes to the … Continue reading

Posted in SharePoint Shorts | Tagged | Leave a comment

Service Application Proxy Classes

SharePoint Short #7 Looking for a list of the currently available service application proxy classes? Run the following in a console app and et voilĂ : var proxies = from serviceProxies in SPFarm.Local.ServiceProxies from SPServiceApplicationProxy serviceProxy in serviceProxies.ApplicationProxies select serviceProxies;   … Continue reading

Posted in SharePoint Shorts | Tagged | Leave a comment