Sharepoint Hosting

SharePoint Hosting :: How to Solve SharePoint 2013 Search Crawl Access is Denied

 

 Error Message : Access is denied. Verify that either the Default Content Access Account has access to this repository, or add a crawl rule to crawl this repository. If the repository being crawled is a SharePoint repository, verify that the account you are using has “Full Read” permissions on the SharePoint Web Application being crawled. ( Error from SharePoint site: HttpStatusCode Unauthorized The request failed with HTTP status 401: Unauthorized. ) Context: Application ‘Search Service Application’, Catalog ‘Portal_Content’ Details: Access is…

Read More

SharePoint 2013 Hosting :: Working with Survey List and debugging ECMA Script

 

 The list schema for survey list is quite different from the custom lists. Every question is added as the list column(field) and every response to questions is added as list item. To retrieve the survey question and and to submit the response to list via client object model, do the following. 1)Load the reference of sp.js and Load the address of function to be called as below SP.SOD.executeOrDelayUntilScriptLoaded(DisplaySurveyQ,’SP.js’); 2)Define the function.

3) Create callback handlers in this function

4)Execute an async…

Read More

SharePoint 2013 Hosting :: How to solve SharePoint error occurred in deployment step ‘Add Solution’

 

 Sometimes, when I try to deploy my SharePoint solutions created in Visual Studio, I get this error message: Error occurred in deployment step ‘Add Solution’: This solution contains one or more assemblies targeted for the global assembly cache. You should use a strong name for any assembly that will be in the global assembly cache. This error appears because assembly isn’t signed. What does it mean? Assembly signing is giving an application a unique identity so that other software can…

Read More

SharePoint 2013 Hosting :: How to fix Document or List Item Cannot Delete on SharePoint

 

 So, you have a list item or document in a library that no matter what you do, it just won’t let you delete it or undo a check out. You are sure you have the proper permissions, but alas, the document or item is even more stubborn than me and just won’t go away! Perhaps one of the issues below has occurred: Someone renamed a document that was already uploaded and it became corrupt. Something was checked out by another…

Read More

SharePoint 2013 Hosting :: Tips for Implementing SharePoint 2013

 

 Implementation Tips Let’s talk about how to address the implementation steps you will want to take.  Our focus on how it “should” be done began with aligning to a journey that makes sense for your organization, remembering that a 50,000-person organization and a 50-person organization will make different moves to align.  For one thing, the path for the larger organization is longer, therefore additional time will need to be spent getting executives on board, working with stakeholders, defining requirements, and…

Read More

SharePoint 2013 Hosting – Get All the Groups for The Termstore

 

 In this post, I will tell you about get all the groups for the termstore. First, open Visual Studio in your system. And then Choose Console Applciation template and give as name. Create a Microsoft.Cleint Assembly refrence file in right side refrence tab in visual studio. Now, replace Program.cs with the source code.

Now, press the F5 button and see the output. Hope this help! Best SharePoint 2013 Hosting Recommendation HostForLIFE.eu HostForLIFE.eu offer the Best, Cheap and Recommended SharePoint…

Read More

SharePoint 2013 with Free ASP.NET Hosting – How to Create Site Column in SharePoint 2013

 

 In this post, I will explain to you how can create a site column in SharePoint 2013. Follow below steps to create site column in SharePoint 2013: Step 1 Go to your site and click on site settings. Step 2 Click on site columns under “Web Designer Galleries”. Step 3 Click on Create from the top to create site column as shown in the fig below: Step 4 Then in the Create Column page, provide the column name and then…

Read More