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
Thursday, September 22, 2011
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
SPSecurity referance in Sandbox solution.
SPSecurity.RunWithElevatedPrivileges
is not available in Sandbox solution.
Read below referance from Microsoft.
http://msdn.microsoft.com/en-us/library/gg615454.aspx
Use the ‘Comments’ form to share your thought...Read more
Posted in Sandobox solution, SPSecurity
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
Posted in SharePoint 2010 Quick Launch Fly out