Zum Hauptinhalt wechseln

FAQ

Startet die Suche
Home
Blog
Developments
CodePlex Solutions
FAQ
Wiki
Sonstiges
Kontakt
Suche
Impressum
  
Hezser.de > FAQ > FAQ  

FAQ

Modify settings and columns  RSS-Feed
  
Ansicht: 
Nach Anlagen sortierenMit UMSCHALT+EINGABETASTE öffnen Sie das Menü (neues Fenster).
AnswerFilterSummaryFilter
System.Security.SecurityException: Access denied. at Microsoft.SharePoint.Administration.SPPersistedObject.Update() Mit UMSCHALT+EINGABETASTE öffnen Sie das Menü (neues Fenster).
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
System.UnauthorizedAccessException: C:\Documents and Settings\All Users\Application Data\Microsoft\SharePoint\ConfigMit UMSCHALT+EINGABETASTE öffnen Sie das Menü (neues Fenster).
Grant the WSS_WPG Group Modify Access
 
Config Rights
The application pool account can not write to the directory.
Web Part Error: 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.Mit UMSCHALT+EINGABETASTE öffnen Sie das Menü (neues Fenster).
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)
Microsoft.SharePoint.SPException: The specified program requires a newer version of Windows. (Exception from HRESULT: 0x8007047E)Mit UMSCHALT+EINGABETASTE öffnen Sie das Menü (neues Fenster).
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.
Installation, Deployment, Activation of FeaturesMit UMSCHALT+EINGABETASTE öffnen Sie das Menü (neues Fenster).
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
Search generated Eventlog entries with ID 2436Mit UMSCHALT+EINGABETASTE öffnen Sie das Menü (neues Fenster).
  1. Click Start, click Run, type regedit, and then click OK.
  2. In Registry Editor, locate and then click the following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
  3. Right-click Lsa, point to New, and then click DWORD Value.
  4. Type DisableLoopbackCheck, and then press ENTER.
  5. Right-click DisableLoopbackCheck, and then click Modify.
  6. In the Value data box, type 1, and then click OK.
  7. 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