The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
424 views

Get list of installed apps using Client Object Model

I have been trying hard to find any example, resource which explains how to get a list of installed apps in SharePoint 2013 environment using Client Object Model. So far I have found nothing. Could ...
0
votes
1answer
38 views

Need to perform some custom actions when a site collection gets created using remote event receiver in sharepoint 2013 apps

There is no any "SiteCreated" or "SiteCreating" type of event receiver in app model. But, I want to trigger some events on the site collection creation. There are some web level events in the app ...
2
votes
0answers
283 views

SPAppToken (context token) is null

I have a Sharepoint 2013 on premise environment for which I am developing an provider hosted app using Visual Studio. The Visual Studio project has an app project which contains a custom ribbon ...
1
vote
0answers
744 views

Sharepoint 2013 provider hosted app in ADFS base sharepoint site

We have Sharepoint 2013 single server farm and another one server with ADFS 2.0 Now configure sharepoint site with below steps: Install ADFS 2.0 Configure ADFS with the web application as a relying ...
1
vote
0answers
646 views

Getting Message “Sorry, this site hasn't been shared with you” while access url through REST in sharepoint 2013 app model

I am accessing a list through SharePoint 2013 App using REST, below is code snippet: var executor = new SP.RequestExecutor(appweburl); executor.executeAsync( { url: appweburl ...
1
vote
0answers
316 views

SharePoint 2013 App web URL is not hosted in Host file through App Catalog

I have deployed SharePoint 2013 App on some site collection using VS2012 then App is successfully deployed on that site, but when i am going to deploy the same app using App catalog , then it giver me ...
1
vote
0answers
482 views

SharePoint App to Insert Record in Host Web List using REST API

I have written the following code to insert records in a list which is contained in the host site. var projectItems = [ { Title: "SharePoint", ProjectDescription: "SharePoint 2013", ...
0
votes
0answers
29 views

Delpoy sharepoint app project and solution

When I created a solution of sharepoint MVC app, it is deployed and working fine. This is a test purpose. However when I created a SP MVC app project in an existing solution, am not able to deploy the ...
0
votes
0answers
21 views

SharePoint App Deployment error : 'Failed to install app for SharePoint'

When I tried to add a SharePoint mvc app I am getting following error: Error occurred in deployment step 'Install app for SharePoint': Failed to install app for SharePoint. Please see the output ...
0
votes
0answers
10 views

can I add content by search web part to my SharePoint hosted app

I have a SharePoint hosted app with many pages and workflow. Can I add content by search web part to it?
0
votes
0answers
6 views

appropriate process to upgrade SharePoint 2013 apps?

i am new to SharePoint. i have created a SharePoint app using vs 2013. when i am trying to update SharePoint app to server its giving me duplicate entries for list items. also on aspx page its ...
0
votes
0answers
5 views

Share Point 2013 Apps Updgrade Issue List Data And Web Parts Duplication

Hi I have an sharepoint app which is developed using VS 2013. I have hosted my web app in app catalog of my site collection, its working fine. first time when i added my app to catalog i have ...
0
votes
0answers
151 views

SharePoint Online AutoHosted App with C# code and asp.net Controls without an Azure Subscription?

Can somebody confirm this is possible? I'm pretty sure I have done this, and only had to copy the app file to the SPO app catalog. Also, is it possible/practical to bind SPO List Data from C# CSOM ...
0
votes
0answers
45 views

Share Point Search Integrate with hadoop?

I don't know whether i'm asking right question or not.. ? Can we able to integrate Share point search criteria with Hadoop map reduce job?. if yes, how can develop map reduce jobs in c#.?
0
votes
0answers
69 views

App part shows wrong content when placed twice on same page

I created a very simple Sharepoint App Part in “Napa Office 365 Development Tools" which only shows one line of text. <html> <head> <title>My Shaerpoint Hosted ...

15 30 50 per page