Microsoft Sharepoint version 2013
0
votes
0answers
2 views
How to read Media WebPart Content using SharePoint Client OM?
How to read Media web part content in Wiki page (Site Page) Client Object Model ?
0
votes
0answers
8 views
Quick overview via Content Search Web Part in SP 2013
I'm trying to accomplish a similar behaviour to the Windows 8 Tiles in SharePoint 2013. What I'm aiming at is a WebPart which displays the number of items which meet a specific criteria (not the items ...
0
votes
0answers
11 views
Mapping FBA Roles to SharePoint Groups in SharePoint 2013
I've already set up Membership and Role Providers in SP2013 and a custom login page for FBA. I can login as one of my FBA-based users, so I know the connection to the database works. However, I'm ...
0
votes
0answers
12 views
Sharepoint 2013 master page mangles underlying HTML / JS
We have developed a basic, styled site navigation powered by jQuery. The contents for the different pages of the application are being returned by some JavaScript functions (currently only some mock ...
0
votes
0answers
5 views
Custom List in Sharepoint 2013 App Part
I'm trying to create an app part to show the content (and CRUD options) of a custom list in Sharepoint 2013.
There are several examples on the internet showing how to do this using the code below in ...
0
votes
0answers
3 views
Where is a SiteLogoUrl in CSOM?
I found SPWeb.SiteLogoUrl and expected this property in CSOM and REST. But I didn't find it. How can I get a SiteLogoUrl using CSOM or REST?
SP.js
Microsoft.SharePoint.Client.dll
0
votes
1answer
19 views
SharePoint 2013 new webapp site collection url mapping not working
Can anyone kindly advise why my SharePoint site collection keeps going to external site.
I have created a new web app on my test SharePoint server on a local computer. I have added the url which is ...
0
votes
0answers
10 views
sharepoint: FeatureUninstalling is called AFTER event receiver assembly has been uninstalled from GAC [migrated]
There is an SharePoint solution that contains a web application feature. When activating, this feature modifies web.config of the target web application (registers an HTTPModule).
If user activates ...
0
votes
1answer
12 views
How to share service application between Sharepoint 2013 and 2010
I'm trying to publish the search service application from my Sharepoint 2013 farm and have the Sharepoint 2010 farm consume it. Ive followed these steps from the Technet site and I am stuck at step 6: ...
0
votes
0answers
12 views
Could not load type 'Microsoft.SharePoint.WebControls.ListMenu'
I am attempting to publish a MVC web application to a SharePoint 2013 foundation site through Visual Studio 2012. After VS publishes the application the web application displays
Parser Error ...
0
votes
0answers
22 views
+50
How do I get proper control over User Profile Configuration in SharePoint 2013
My client wants to use SharePoint 2013 in Office 365 as a Document Management and approval system - all well and good. The documents fall into (currently) 46 different topics, each of which requires ...
0
votes
0answers
8 views
Get current month in SharePoint 2013 search query
I am trying to show users with birthday in current month by Content Search Web Part.
Now my main problem is how to get current month in search query. I can get {Today}, but I need get month part of ...
0
votes
0answers
13 views
What is SharepointContextToken in Sharepoint 2013
I am learning app development in sharepoint 2013 and come across sharepointcontexttoken and wondering in plain english what does it exactly do? i googled this but everyone is just talking about to use ...
0
votes
0answers
4 views
SharePoint 2013 Site Collection Upgrade
I have kicked off the Site Collection upgraded in SharePoint 2013 on a site which has a content DB 0f around 23GB.. The process has been running for almost two days now, and we have just been informed ...
0
votes
2answers
38 views
How to add farm solution without using visual studio, power shell or stsadm
I have a farm solution wsp which I want to add and deploy on a client's sharepoint farm.
Now I dont have remote access to this sharepoint machine but do have full admin rights to its central admin ...