Is it possible to install Sharepoint Foundation 2013 in a Windows 8 Pro box...
I remember an article explaining how to install SharePoint Foundation 2010 in a Windows 7 box which was prone to some errors but however a great article...
View ArticleEnable "Display Search box" programmatically
Hi all, how can I enable the "Display Search box" programmatically in SP2013 when provisioning a new webpart. What is the property called. Cheers
View ArticleCreating a custom folder using Powershell
I'm new to Powershell and have been trying to figure out how to create a custom folder content type("MyCustomeFolder") using Powershell. Every single code example I have found using google only shows...
View ArticleDirect link to "add a page" with chosen content type\page layout ?
Hi allWe have a publishing site where two content types\page layouts are avaliable, and one of them is set as default when a new page is added. Lets call the two Page Layout: A and B. I need to add...
View ArticleHow to get user tasks from My Site task list?
Hi!I'm working on a Web Part that is going to display the five tasks that are due next from the task list on the current users' My Site. I'm new to SharePoint and kind of lost here. If anybody has som...
View ArticleDynamic Referencing Microsoft.SharePoint.dll based on its versoin.
Hi All! I am using Mirosoft.SharePoint.dll in my code. I compile the code having reference of Microsoft.SharePoint.dll version 12.0. I assumed that it would automatically load any version of dll...
View ArticleInstalling Workflow through Web Platform Installer 4.5 - not possible
Hello,I'm trying to install the SharePoint Workflow Manager on a Windows Server 2012. I've used the following link to download the Installation package:...
View ArticleAll these cryptic SharePoint 2013 workflow errors, how to find more details?
I have a working SharePoint 2013 workflow that suddenly stopped working anymore. The Workflow Manager server works fine as some other 2013 workflows still work. When this particular one starts it is...
View ArticleAdding page fields in publishing page layout using snippets gallery
Can anybody please share the steps to add page fields in publishing page layout using Design manager 2013.
View ArticleSharePoint 2013 - Using resource file in webpart, getting blank .ascx.g.cs...
Hey, I am developing a webpart in a new SharePoint 2013 solution. I want to use resource files from a global resource file to fill out controls, like this:<asp:Literal ID="Literal1" runat="server"...
View ArticleHow to manage Search Settings in SharePoint 2013 programmatically?
Hi GuysSuggest pleaseHow to manage Search Settings in SharePoint 2013 programmatically? I need add Search navigation link. Which classes use?ThanksVasya
View ArticleClient Part - how to communicate with parent page?
Hi!I trying to make a client part for SharePoint 2013 that should display info (e. g. Notes field) for currently selected item (e. g. Task).But i can't get access to properties of parent window. Chrome...
View ArticleCheck office web apps installed or not
How to check programmatically whether office web apps installed/configured on Sharepoint-2013 server or not?
View ArticleSP 2013 Modal Popup upgrade from SP 2010 Modal Popup
Hi, I've an application which is developed in SP 2010. All aspx pages to render in modalpopup, I've used the below code and to upgrade to SP 2013, I've changed 15 Layouts directory. And the below code...
View ArticleProblem with Auth. in Sharepoint
Hi, I've got from IDP SAML token and based on it I created RequestSecurityTokenResponse object which now has value:<?xml version="1.0" encoding="utf-8"?><t:RequestSecurityTokenResponse...
View ArticleOpening App web through VS 2012 creates a problem!!!
Hi, I've tried to create app from vs 2012. After clicking F5, it is creating app url and open the page.But the problem is throwing "Page cannot be displayed". And then, I opened host file and updated...
View ArticleHow can I create a post for a document with SSOM
How can I create a post for a document with SSOM? SPServiceContext serviceContext = SPServiceContext.Current; UserProfileManager userProfileManager = new UserProfileManager(serviceContext, false);...
View ArticleUsing Custom handler to Send and Get the data from the msn weather api in...
Using Custom handler to Send and Get the data from the msn weather api in SHAREPOINT 2013.I need clear steps to add the handler in the sharepoint 2013 and visual studio 2012.
View ArticleHow to use JSLink in Online SharePoint 2013 Office 365/
Hi,I want to use JSLink Tage in ListView. i created Promoted Link List and create new Tiles, it is work and i found that is used to JSLink and it is use "sp.ui.tileview.js" but when i create new custom...
View ArticleBug - field definitions with same internal name cause conflict
Hi,I'm in the process of migrating a solution from SP2010 to SP2013.I have a feature that contains a bunch of field definitions. One of the fields is declared as follows:<Field...
View Article