SharePoint 2013 SSL policy errors have been encountered. Error code ‘0x2’
INTRODUCTION I created a self-signed certificate for my SharePoint 2013 sites. When I accessed the site it returned blank! Nothing! Then I checked Event Viewer and I get the following error: SSL policy errors have been encountered. Error code ‘0x2’.. RESOLUTION Go to your SharePoint site web.config and add the following line within <system.net> tag: […]
Continue ReadingSharePoint User Profile Search Error: Property does not exist or is used in a manner inconsistent with schema settings
INTRODUCTION I just upgraded my SharePoint 2010 site to SharePoint 2013. One of the functionalities that my SharePoint 2010 site had was People search. The restore to SP 2013 was successful. However, when I tried to do People search the Core Search Results web-part displays the following error message: Property does not exist or is […]
Continue ReadingRestore to SharePoint 2013 – Custom FBA Login Page Error – Could not load file or assembly Microsoft.SharePoint.IdentityModel
INTRODUCTION I have just installed SharePoint 2013 and I’m now in the process of migrating sites. One of the sites has FBA Authentication setup with custom login page. In the custom login page I use SPClaimsUtility.AuthenticateFormsUser to authenticate the user. The site was restored OK in SP 2013 except when I tried to login using […]
Continue ReadingVisual Studio 2012 SharePoint 2013 Visual Web Part Project Template is Buggy
INTRODUCTION In Visual Studio 2010 you can create a Visual Web Part (ie. web part that renders ASCX file). In VS 2010 when you create a Visual Web Part, VS 2010 automatically creates a module that contains the following files: – Web part class (UserProfileListing.cs below) – ASCX and code behind – Elements.xml file – […]
Continue ReadingVisual Studio 2012 and SharePoint Server 2013, SharePoint Server is not installed
INTRODUCTION I was so looking forward when SharePoint 2013 RTM and Visual Studio 2012 RTM were finally out. I was so eager to play around with them and start creating SharePoint 2013 solutions. The install was finally finished and I opened Visual Studio 2012. My first impression was – as with anything new – it […]
Continue Reading