Microsoft Sharepoint version 2013
0
votes
0answers
6 views
Sharepoint 2013: SPFarm.Local is null when logged with other than the Administrator
I have created a simple console project with the following code:
using System;
using Microsoft.SharePoint;
using Microsoft.SharePoint.Administration;
namespace ConsoleApplication1
{
class ...
0
votes
0answers
5 views
How to get name of current theme in sharepoint 2013
I was trying to get the current theme applied to the site. I tired with different ways to get it but no luck.
1) SPTheme theme1 = SPTheme.OpenAppliedTheme(SPContext.Current.Web);
2) string theme = ...
0
votes
0answers
4 views
sharepoint 2013 webpart is not shown to fba user
I have a strange problem. First let me introduce environment. We are 2 people developing same sharepoint on same machine with different users and we are using SVN to merge our projects. We are both ...
-1
votes
0answers
8 views
SharePoint 2013 - How to add custom ribbon to page? [closed]
I created sharepoint-hosted APP and I would like to add custom ribbon to my default page. How can I do it?
Ty on your time!
-1
votes
0answers
6 views
Why some subsites duplicated when I click parent site? [closed]
When I click on main site in SharePoint 2013, as shown below, subsite C is duplicated. This is not needed. How to prevent this? I am noob to SharePoint 2013 and I have to implement a task urgently. ...
0
votes
1answer
12 views
How to apply blank web part page layout to default page in onet.xml for a site template
I need to use the blank web part page in all the new pages and in the default home page when a site is created.
This is what I have so far
<WebFeatures>
<!-- SharePoint Server ...
0
votes
0answers
6 views
SharePoint 2013 pop up window not displayed correctly
a pop up window is supposed to open on a button click. but this pop up appears distorted with half its content being hidden. solution was developed in VS 2010, and deployed to a 2013 environment. ...
0
votes
0answers
10 views
How to copy file using Rest API and javascript in Sharepoint 2013 between site and subsite
I need to copy file between document libraries. Library A is located in one site and Library B is located in subsite. I know how to copy file between libraries on the same level but the problem is ...
0
votes
1answer
18 views
How to edit external lists in sharepoint designer 2013
I currently have a simple external content type that displays a very small sql table on a external list in my SharePoint site. The problem is I have a date of birth field that gets formatted with the ...
0
votes
0answers
22 views
SharePoint 2013 add javascript after whole page load
Disclaimer: I have no experience with SharePoint2013.
I have problem - I must include/fire some javascript functions after the whole page has been loaded. I tried listening to DOMDocumentReady and ...
0
votes
1answer
44 views
How to setup a development environment for sharepoint 2013
I had installed sharepoint 2013 foundation, sql server 2012 in Windows Server 2012 operating system in virtual machine.
I need to setup development environment for sharepoint 2013. Can any one help ...
0
votes
0answers
11 views
Error while creating task: The server was unable to save the form at this time. Please try again. (SharePoint 2013)
I get the following error while saving a task inside task list:
"The server was unable to save the form at this time. Please try again."
I tried restarting "search service host controller".
The ...
0
votes
0answers
11 views
Error while uploading document to SharePoint 2013
I am getting the following error while uploading file from local computer to share point. i am using CSOM with C#.
The remote server returned an error: (401) Unauthorized.
using (var clientContext = ...
0
votes
0answers
8 views
How to Create Navigation in SharePoint Application
I am using MVC to create SharePoint Provider Hosted App. How to create navigation menu in Share Point Application. for example if i just add hyperlink id doen't take SPHostUrl and other query string ...
0
votes
1answer
13 views
Testing Sharepoint 2013 Apps
Can you suggest how to proceed with testing apps in share point 2013 manually or via automation.