Unexpected error after editing navigation
A Sharepoint developer was working on a sharepoint farm I manage and "suddenly" the page stopped working. Last thing he did was change the navigation. Subsites work fine.The following errors show up in...
View ArticleHow to implement "Item Limit" for Summary Link Webpart?
Hello,I would like to know how it is possible to do Item Limit (similar to Content Query Web Parts) for Summary Link Web Parts? Basically I want to limit the number of links they have there to a...
View ArticleHow to change the language based on log in user programmatically in...
How to change the language based on log in user programmatically in SharePoint 2013,because it is different from 2010 and 2007 i guss... plz replay ... Or how to change the priorities of the Language...
View ArticleGet metadata with Document ID
Hello, Can we use Document ID and some SharePoint API to get information about document? I find solution - use SharePoint Fast search service, but this solution suggests that I will crawl content...
View ArticleMissing Server Side Dependencies
Hello All,I am facing following server side dependencies. Following are the few errors. Please post your comments if you had work around with same.[MissingFeature] Database [PROD01_Content_XXXXX] has...
View ArticleEditing the HTML Table
Hi,I want to edit the html table elements at runtime by using edit button.I have the form designed by html table and asp controls(textbox) with Edit & submit button.When user fills the form and...
View ArticleClient Object Model get Display name of DocumentLibrary with umlauts
I load a all Document Libs from a web. But if a name of a document library has an umlaut its, this char is simply ignored. But fiddler says the umlaut is there.
View ArticleWhy would it take Install-SPSolution / Uninstall-SPSolution several hours to...
On an almost empty SP2013 farm with default settings I have to wait overnight for an Install-SPSolution or Uninstall-SPSolution job to complete. What could cause this? The first time I deployed this,...
View ArticleUploading a file and its related metadata in Sharepoint using APIs
Hi All,I am a newbie when it comes to Sharepoint. Just wanted to know whether there is anyway I can upload a document and its related metadata to Sharepoint using APIs.Apologies is the question is...
View ArticleWorkflow debugging prerequisites failed to complete - VS2013 Autohosted App
I am creating an auto-hosted app on VS2013. I am working with SharePoint Online and not locally. The problem is that when I try to enable the workflow debugging on my project I receive the...
View ArticleSite Template missing Calendar webpart
My 'source' site has a calendar WebPart on the front page (and other WebParts). However when I save the site as a template and create a new instance of that site template, the Calendar WebPart is there...
View ArticleCaml Query- Order By- SharePoint 2013-CSOM
Hi All, I am new to caml query and have been struggling for this. I need the last modified List Item. Only one Item. That means it should be orderby 'modified' and rowlimit should be 1. But only...
View Articlewhere is the _layouts/15/start.aspx site placed in the sharepoint designer...
hi I can't find the _layouts/15/start.aspx in my sharepoint designer 2013Where can I find it ?
View Article[CAML] AND condition does not work!
I have written this code.using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.SharePoint.Client; namespace...
View ArticleRunWithElevatedPrivileges and Sharepoint App
This could be very strange question but I am confused.I know that Sharepoint App does not require full trust code. But still wanted to know.Can we use RunWithElevatedPrivileges in Sharepoint App in,...
View ArticleClient Object Model - get "Title" of an Folder object
I'm using the C# client object model to retrieve recursively all doclibs and their folders from a web. private void LoadSubFolders(Microsoft.SharePoint.Client.Folder SPFolder, ICollection<Folder>...
View ArticleConnect SharePoint List selected row to Custom Web Part?
Hello,I was wondering if it is possible to transfer data between a list and a custom web part. I know I can transfer row data between different SharePoint lists to act as filters; I simply want to...
View ArticleRetreive a document from sharepoint online without SP client object model
I need some help on retreiving document from sharepoint online without using SP client object model. Any links or info shared would be of great help Assuming me new in this context
View ArticleWorkflow 2013 is not removed from library after retract
Hello.I created a test workflow 2013 in VS 2013, while adding this workflow to the project I selected document library for it and also selected pre-created tasks and history lists.I deployed the...
View ArticleSharePoint 2013 Workflow deploying to Staging :Workflow XAML failed...
Hi,We have created SharePpoint 2013 Visual studio workflow in development its working fine. When i moved to staging server. Its not working. Its throwing below error. Help on this...
View Article