0
votes
0answers
25 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
54 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 ...
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
772 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? ...