| | Add the account which changes the properties to the "Farm Administrators" group, and add Execute permission to the same account on the content database (see link). |
This error occures, if you try to change e.g. the PropertyBag of a WebApplication and do not have the nessesary rights. | Using the PropertyBag |
| | Grant the WSS_WPG Group Modify Access
| The application pool account can not write to the directory. | |
| | This error comes up, if you try to add a Webpart, which has no SafeControl entry in the web.config.
If the Webpart comes as feature, you can retract and redeploy the solution. | Adding a Webpart onto a page causes an error:
[UnsafeControlException: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe.]
at Microsoft.SharePoint.ApplicationRuntime.SafeControls.GetTypeFromGuid(Guid guid)
at Microsoft.SharePoint.WebPartPages.SPWebPartManager.CreateWebPartsFromRowSetData(Boolean onlyInitializeClosedWebParts) | |
| | The problem was, that I modified the list before. So the resolution is to get the list again before you modify it again. | In my case this error occured when I removed fields from a list. | |
| | The scope of a feature defines on which object you can activate the feature. The scope can be "Farm", "WebApplication", "Site" or "Web". | How do you activate features? | Installation, Deployment, Activation of Features |
| |
- Click Start, click Run, type regedit, and then click OK.
- In Registry Editor, locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
- Right-click Lsa, point to New, and then click DWORD Value.
- Type DisableLoopbackCheck, and then press ENTER.
- Right-click DisableLoopbackCheck, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Quit Registry Editor, and then restart your computer.
| The search service creates Eventlog entries | You receive error 401.1 when you browse a Web site that uses Integrated Authentication and is hosted on IIS 5.1 or IIS 6 |