• SharePoint

    Visio 2010/SharePoint 2010 Internal Error #3400 Action 1787 Check in file

    by  • August 1, 2011 • Fixes to problems, SharePoint, Software • 0 Comments

    Problem: Visio would display the following error when someone tried to check in a Visio file into a SharePoint 2010 Document Library: Internal Error: #3400 Action 1787: Check in file First try closing and reopening the file. Next try restarting Visio. Cause: One of the fields in the document library had been set to...

    Read more →

    SharePoint 2010 Diagnostics Studio Errors Event ID 6398

    by  • May 17, 2011 • Fixes to problems, SharePoint • 0 Comments

    Having installed the SharePoint 2010 Diagnostics Studio on a server we were seeing hundreds of events with ID 6398:- Log Name:      Application Source:        Microsoft-SharePoint Products-SharePoint Foundation Event ID:      6398 Task Category: Timer Level:         Critical Description: The Execute method of job definition Microsoft.SharePoint.Diagnostics.SPSqlBlockingReportDiagnosticProvider (ID e0c0213b-63fc-4ede-acc9-7a569ba95812) threw an exception. More information is included below. You do...

    Read more →

    SharePoint 2010 MsiInstaller PeopleILM Errors Event ID 1004, 1001, 1015

    by  • March 28, 2011 • Fixes to problems, SharePoint, Software • 0 Comments

    After installing the SharePoint 2010 Feb 2011 CU and restarting the server I started seeing MsiInstaller Errors with event id 1004, 1001 and 1015. The event details were:- Source:        MsiInstaller Event ID:      1001 Level:         Warning Keywords:      Classic User:          NETWORK SERVICE Detection of product ‘{90140000-104C-0000-1000-1000000FF1CE}’, feature ‘PeopleILM’ failed during request for component ‘{1681AE41-ADA8-4B70-BC11-98A5A4EDD046}’ Source:        MsiInstaller...

    Read more →

    Group By Totals, Page Navigation and Sort Only by Specified Criteria – bug?

    by  • February 25, 2011 • Fixes to problems, How To, SharePoint • 1 Comment

    When someone comes and tells me that SharePoint is behaving weird I’m not normally surprised. The way SharePoint works and it’s interface are not exactly intuitive but I can normally work out an explanation for the “weird” behaviour but not this time. The Problem I have a document library with 16 documents in it....

    Read more →

    The type or namespace name ‘LayoutsPageBase’ does not exist in the namespace ‘Microsoft.SharePoint.WebControls’ (are you missing an assembly reference?)

    by  • February 9, 2011 • SharePoint, Software Development • 0 Comments

    After creating an empty SharePoint 2010 solution in Visual Studio 2010 I added an Application Page to the project but compiling failed and gave me the following error: The type or namespace name ‘LayoutsPageBase’ does not exist in the namespace ‘Microsoft.SharePoint.WebControls’ (are you missing an assembly reference?) Using the object browser in Visual Studio...

    Read more →

    Debugging mode in SharePoint 2010 – set customerrors mode to off in web.config

    by  • November 1, 2010 • Fixes to problems, SharePoint, Software Development • 0 Comments

    Whilst trying to debug a Feature Receiver in Visual Studio 2010 I kept receiving the standard application error suggesting that if I wanted to view the details of the error that I set the customErrors to Off. That’s odd I thought I had already done that and a visit to the web.config in c:\inetpub\wwwroot\wss\VirtualDirectories\80...

    Read more →