Error when retrieving WHS users

by fkollmann 2/20/2010 12:36:57 AM

Unfortunately I am currently stuck on an important feature: synchronizing users with SharePoint.

The issue is a bug in the Windows Home Server client library :-/ . But a bug has been filed so please feel free to vote for that bug since there is currently no workaround :’( . The bug applies to the German and French version.

Bug Report, Forum Post

SharePoint Web.config isolation for Virtual Directories

by fkollmann 2/19/2010 11:51:39 AM

Since I started my work on Codename “Umbrella” (which is SharePoint for the Windows Home Server) like nine moths ago, I struggled with SharePoint running in a (custom) Minimal trust level which breaks all the existing applications running in virtual (sub) directories.

Even today I was not able to find a good solution, but finally came up with a actually working one:

To prevent the Windows Home Server web applications from inheriting the restrictions (because they are virtual directories inside the SharePoint web application) the /configuration/system.web element has to be enclosed by a location element to restrict its influence:

<location path="." inheritInChildApplications="false">
    ........
</location>

This solution has been proven to fix the issues. However it comes with a certain degree of incompatibility which has not been fully tested yet and requires further investigation. The following things are known to fail:
  • Deploy/Retraction of solutions

If someone comes by a better solution or wants to discuss this, please feel free to contact me.

Related article on Codename “Umbrella”: http://codenameumbrella.codeplex.com/wikipage?title=WebConfigIsolation&referringTitle=FAQ

Codename “Umbrella” CTP1 Update

by fkollmann 2/18/2010 4:31:00 PM

Since there have been a lot of changes on the backend side (as preparation for closed beta) an updated version of Codename “Umbrella” was released (v1.0.0.5).

Note: This update will not be provided via semi-auto-update since!

DOWNLOAD, Homepage

A SharePoint Build and Deployment Tool v2 released

by fkollmann 2/8/2010 7:52:11 AM

Collaboris released a new version of their awesome SharePoint deployment tool “A SharePoint Build and Deployment Tool”.

The provides a lot of MSBuild tasks for creating a deployment process for SharePoint (WSS and MOSS).

DOWNLOAD, Homepage