SharePoint 2013 apps Development

learn more… | top users | synonyms

0
votes
1answer
6 views

Error occurred in deployment step 'Uninstall app for SharePoint': Only users who can View Pages can list Apps

I am Developing a Provider Hosted app for the SharePoint 2013. In that I am facing this error while deploying the App. Error occurred in deployment step 'Uninstall app for SharePoint': Only users ...
0
votes
1answer
28 views

Office 365/SharePoint Online development guidance, Client OM?

Has anyone found any guidance on developing for Office 365/SharePoint Online based on the SharePoint 2013 product line? We have been tasked with upgrading a webpart that was developed for SP on ...
0
votes
0answers
26 views

How to set Navigational properties through App event receiver in SP2013

I am trying to set the navigational properties in SP2013 autohosted app. I am doing this at App installed receiver. I have written below code for that, which is failing with error message: - The ...
0
votes
0answers
63 views

SharePoint 2013 Auto-hosted App intermittent error — “There was a problem registering the app principal”

I am trying to handle the App events and I am getting one weird intermittent error related to app principal. When I try to deploy the Auto-Hosted App from visual studio, Sometime I am getting the ...
0
votes
1answer
55 views

How to host SharePoint provider-hosted Apps using ASP.Net

I have created a SharePoint provider-hosted App from Visual Studio 2012 template. And now I want to move my Host Web to existing ASP.Net web site. What steps should I do to migrate VS template for ...
0
votes
0answers
137 views

SharePoint 2013 Provider-Hosted App Not Installing

I am encountering issues when I try to create a provider-hosted app for SharePoint 2013 from visual studio 2012. It launches fine from VS, but its never fully installs on SharePoint it gets stuck on ...
2
votes
1answer
135 views

Apps for SharePoint Foundation 2013

I have two questions here. (1)Can we develop apps for SharePoint Foundation 2013 edition? (2)Can we purchase and download apps for SharePoint Foundation 2013 edition from SharePoint Store? Thanks.
5
votes
1answer
773 views

How to Create Apps for SharePoint 2013 in Visual Studio 2012?

I have just started to use SharePoint 2013 and I want to create a simple app with VS2012. How can I create and deploy an apps in SharePoint 2013 step by step? Can anyone provide a quick start guide? ...