$w = Get-SPWebApplication –Identity http://sp/
$w.GrantAccessToProcessIdentity("TW\administrator")
even
Go to :\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\CONTROLTEMPLATES
Open TaxonomyPicker.ascx in any text editor (such as Notepad)
Locate the following line :
<%@ Control className=”TaxonomyPickerControl” Inherits=”Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker,Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c” %>
Replace ‘,’ with a comma i.e. ‘,’ , the correct line should look like:
<%@ Control className=”TaxonomyPickerControl” Inherits=”Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker, Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c” %>
沒有留言:
張貼留言