0
votes
0answers
13 views

Cannot access new App in SharePoint 2013

My problem started as follow:- I installed SharePoint 2013 and visual studio 2012. When I first try to deploy a SharePoint hosted app I got the following compilation error in visual studio “Error ...
0
votes
1answer
14 views

Posting Large File to Remote App

I am trying to implement functionality by which you can post a large file (85MB+) to an autohosted app. I have tested locally and the functionality works. As soon as I deploy to O365, large files ...
1
vote
0answers
16 views

The Machine Translation Service is not running when it should be running error message

I get this error in Central Administration. The Machine Translation Service is not running when it should be running It tells me to do the following: "From the Central Admin UI, navigate to manage ...
0
votes
0answers
15 views

Set 2013 High Trust App StartUrl at deployment time

Is it possible to set the start url of a High Trust App at deployment time? From what I can tell it looks like this the url from app manifest gets hard coded into a binary .app file at compile time. ...
1
vote
1answer
49 views

Lists included in an App for SharePoint 2013

I've seen that when I create an Autohosted App for SharePoint 2013 (or any other type of Apps), I'm then able to add a new item to the SharePoint Project such as a List. I can then add/edit/delete ...
0
votes
1answer
15 views

Templated projects for autohosted or provider apps don't have TokenHelper and aren't set up correctly

When I add new project to my solution, select SharePoint 2013 App, then choose Autohosted or Provider hosted and create it, the created web project is completely empty and the projects are not set up ...
0
votes
1answer
69 views

How to display Bing Map in Callout Popup as it display in SharePoint 2013 for GeoLocation Field?

I have to display Bing Map in Callout Popup as displayed in SharePoint 2013 Geo Location Field. NOTE : I have to use Out of the box Geo Location Field and take value from that field. I am using it in ...
1
vote
2answers
145 views

Callout Popup is not working in App Part

I have to display a popup as in SharePoint 2013 which is called Callout popup. for that I have to use callout.js file in my code. I have tried it with Content Editor Web part and it is working fine ...
0
votes
1answer
213 views

Accessing a list from app web on host site generates access denied

I am trying to get title of a list which is located on Host Site from an SharePoint hosted app by using csom (javascript). I have added permission on Manifest file and chose the list but still getting ...
0
votes
1answer
88 views

Creating a list on host web or app web

When and why should I create a list on a app web? what is advantages and disadvantages of having a list on app web?
1
vote
2answers
232 views

Is it possible to open an SharePoint app as Modal dialog from a Custom Action

I want to create a site action menu item Custom Action which opens a Sharepoint 15 app (default.aspx) as modal dialog. is it possible? thanks.
0
votes
0answers
64 views

App tokens - and url with # hashtag

I have an app that i want to call like this: ~appWebUrl/Pages/index.html#?{StandardTokens} As you can see, i have an # hashtag in my url. Now the problem: The {StandardTokens} do no get added to my ...
1
vote
2answers
519 views

Set a view of a list in XsltListViewWebPart when deploying from VS2012 to SP2013 App

I am devloping a SP2013 App which includes a page (aspx) that contains the following webpart and XsltListViewWebPart as shown below. I have managed to remove all the elements i want to remove ...
1
vote
5answers
359 views

How do I Inherit the CSS Theme Color in my Sharepoint 2013 App?

I am building a Sharepoint 2013 App in Javascript / HTML / CSS and I want to implement / inherit the color / class / css used by the theme. How do I do this? I want to ensure consistency through ...
4
votes
3answers
3k views

SharePoint 2013 Web Parts and Apps

Does SharePoint 2013 support Web Parts or only new Apps?
2
votes
1answer
350 views

Is there a difference between a Sharepoint Hosted App and a Cloud Hosted App?

Other than the initial setup steps is there a difference between a Sharepoint Hosted App and a Cloud Hosted App? Can you do anything in one and not the other? If you create one type of app could it ...
1
vote
0answers
41 views

Changing content type from a sp2013 app using REST

I'm creating an app that uses a calendar and its events as a source for information. My app, however, needs some additional fields associated with the event. The additional fields are easy to create ...
2
votes
4answers
221 views

Is it possible to package, deploy, and use my own image for a ribbon CustomAction in a SharePoint-hosted App for SharePoint 2013

I've been working on a SharePoint-hosted app for SharePoint 2013. In order to "extend the reach" of the app a bit, I've included a CustomAction that will add a button to each document library's ribbon ...
5
votes
2answers
875 views

Error occurred in deployment step 'Install app for SharePoint': Apps are disabled on this site

We have installed SharePoint Server 2013 on a Windows Server 2008 machine. In our development environment we have installed Visual Studio 2012 on a Windows 7 machine and have installed Office ...
5
votes
1answer
149 views

Access Denied in deploy SharePoint Hosted App

I'm trying to build a sharepoint app with type sharepoint hosted app, i'm following the instructions of msdn site: ...
3
votes
2answers
262 views

calling click event on dynamic controls

What I have is fairly standard code for using JavaScript with SharePoint 2013. Inside the sharePointReady function, I have a few dynamic controls that are added to the page. The problem is that when ...
2
votes
1answer
304 views

Remove app from SharePoint with PowerShell

I have deployed an app to SharePoint 2013, but something went wrong during deployment. Now I cannot remove or redeploy this app. Can I force remove this app with powershell or STSADM, like you can ...
1
vote
2answers
154 views

Getting a warning while adding external JavaScript library in SP2013 Napa developer tool

I m getting warning while adding external JavaScript library added within ContentPlaceHolderId="PlaceHolderAdditionalPageHead" in SP2013 Napa developer tool Warning Message obtained from Chrome ...
1
vote
1answer
245 views

Field Order in List of SharePoint 2013 App

I am building a SharePoint 2013 SharePoint hosted app, provisioning a list using Site Columns, but no defined content type, just using the automatically assigned content type ListFieldContentType. ...