Questions tagged [sharepoint-apps]

Questions containing this tag should include some basic information about the given SP installation: SP Online, SP Foundation, SP Server and the version year (Sharepoint Server 2016 for example). There also has to be an explanation about where it's hosted (sharepoint-hosted or provider-hosted).

Microsoft Definition for Sharepoint Add-ins.

190 questions
0
votes
2 answers

Provider hosted sharepoint app, create a SharePoint calendar

I creating a provider hosted app that should create a calendarlist in SharePoint. I want it to be a group calendar later on but first I just need to do step 1: Create a calendar. I cant find any provider hosted guides on how to create a…
Hannes
  • 140
  • 1
  • 3
  • 18
0
votes
1 answer

Provider-hosted apps and Atohosted apps for Office 365?

Can you use a Provider-hosted apps and an Autohosted apps for Office 365? How? You write server side code in them, so how can they work with Online?
user3588759
0
votes
2 answers

How to resolve error Message: 'RegisterSod' is undefined when launching an App from on premise SharePoint 2013 server

I have created a sample App for SharePoint 2013 and deployed it successfully. When launching the app, I am getting the following error for every line of code calling RegisterSod Message: 'RegisterSod' is undefined Line: 14 Char: 1 Code: 0
Kartik Sehgal
  • 143
  • 2
  • 8
0
votes
2 answers

SharePoint-Hosted App

I was just wondering if it's at all possible to create a SharePoint-Hosted App and call code in a class library? The idea is the class library will do all the leg work and the .aspx pages in the app will simply call the functions and pass in…
David
  • 21
  • 4
0
votes
1 answer

How to access the JSON on HTTP from an HTTPS page?

Here is my code I am trying to access the content on HTTP page from an HTTPS page it is giving me an error in browser console that it is an insecure content, following is an error ' Loading mixed (insecure) active content on a secure page…
Niranjan Kulkarni
  • 171
  • 1
  • 1
  • 10
0
votes
1 answer

SharePoint 2013 Provider-Host App - Creating List Item (Rest API)

I'm having a little problem with creating a list item with the "created by" user being the correct one. The scenario I have is I've deployed a Provider-Host app via Visual Studio (while logged in as user1) and all is working well. However, if I…
David
  • 21
  • 4
0
votes
1 answer

Get element from XML generated by REST API

The goal I'm trying to achieve is retrieving the URL from a document in a document library on sharepoint online. When I use the REST API to show me a list of all the documents in this library I come up with the next XML:
0
votes
2 answers

Sharepoint 2013 online app development

I have been working with SharePoint online for sometime.I have been given the task to build an app to create subsites in SharePoint 2013 online website. I prefer working with C# code. I am looking into SCOM to built the App.I want to know if this…
0
votes
0 answers

SharePoint 2013 Autohosted App Feature Activation Issue

We have created SharePoint 2013 Auto hosted app. In that, we have created near about 50 lists from the solution in visual studio. but when i deploy it, it gives following error: "there was a problem with activating the app web definition." What is…
hts
  • 1
0
votes
1 answer

SP.Web.getFileByServerRelativeUrl(fileUrl) not working

I am using SP.Web.getFileByServerRelativeUrl(fileurl) function of sp.js library. My site hierarchy is like this Host Web App1 Web DocumentLibrary1 App2 Web wher App1 Web is a web created by my sharepoint 2013 app 1, and App2 Web is a web…
0
votes
0 answers

WebPartPages:XsltListViewWebPart is not a known element

I am starting to learn SharePoint App Development for SharePoint 2013 using Visual Studio 2012. I'm going through the walk through found here: http://msdn.microsoft.com/en-us/library/office/fp142379.aspx I'm having problems when trying to add the…
0
votes
0 answers

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 app. What all things I need to consider to…
Praveen Prasannan
  • 7,093
  • 10
  • 50
  • 70
0
votes
1 answer

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?
Maged Farag
  • 471
  • 5
  • 12
0
votes
1 answer

Process Document from SharePoint 2013 Online App Host Site Externally

I am attempting to create a SharePoint 2013 Online App that will process documents stored on the host site collection. I'm able to use jQuery ajax to retrieve a file from the host site collection and the format I receive it in appears to be a byte…
0
votes
1 answer

Authentication error while updating or deleting record in external list using BCS in SharePointnt hosted app

I have created WCF Data service and put the code like: public class WcfDataService1 : DataService { public static void InitializeService(DataServiceConfiguration config) { myEdmxEntity conn = new myEdmxEntity(); …
Rishi Jagati
  • 626
  • 1
  • 6
  • 28
1 2 3
12
13