Thursday, September 22, 2011

Visual Studio Debugger Error: The web server process that was being debugged has been terminated by Internet Information Services (IIS). This can be avoided by configuring Application Pool ping settings in IIS. See help for further details.

STEP to fix this: Run Internet Information Services (IIS) [ if you don’t know then follow the steps to find it.] 1.       Open the Administrative Tools window. 2.       Click Start and then choose Control Panel. 3.       In Control Panel, choose Switch to Classic View, if necessary, and then double-click...Read more

Wednesday, September 21, 2011

OWSTimer unhandled exception popup – System.Security.Cryptographic.CryptographicException

Here’s the resulting event log error: An unhandled exception occurred and the process was terminated. Application ID: DefaultDomain Process ID: 6148 Exception: System.Security.Cryptography.CryptographicException Message: Keyset does not exist StackTrace: at System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException(Int32 hr) at System.Security.Cryptography.SafeProvHandle._FreeCSP(IntPtr...Read more

Wednesday, September 14, 2011

SharePoint Connection Error

-------------------- SharePoint Connection Error -------------------- Cannot connect to the SharePoint Site: http://yoursharepointsite. Make sure that the site URL is valid, that the Sharrepoint si running on the local computer, and that the current user has the necessary permissions to access the...Read more

Friday, September 9, 2011

Show Quick Launch on SharePoint 2010 Custom Webpart Page

When you create a webpart page on SharePoint 2010 by default it will not have the quick launch will vanish. All you needed to do is edit the page in SharePoint Designer and remove the following lines: < asp:Content ContentPlaceHolderId="PlaceHolderNavSpacer" runat="server"> < asp:Content ContentPlaceHolderId="PlaceHolderLeftNavBar" runat="server"> You also need to delete the following: <...Read more