This tag is used for SharePoint 2013 apps development
0
votes
1answer
44 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
0answers
24 views
SharePoint 2013 OAuth Context Token not validating after publish
I have built an Auto-hosted App for SharePoint and during development it works really well.
I was able to send the SPAppToken to my PHP application, decode the context token, construct the ...
0
votes
1answer
45 views
Error occured in deployment step 'install app for SharePoint': The System Account cannot perform this action. Deploying App - On-Premises Farm
Yes this question is the same as :
This question
How ever none of the proposed solutions work for me.
I've tried swapping the account in Central Admin (did not work)
I've created a new AD account, ...
2
votes
1answer
80 views
Accessing another site collection from a SP2013 app
I have a SharePoint 2013 SharePoint Hosted app, and I've got some code that works swimmingly well when it's pointed to the host site collection. Part of the requirement is to have it point to a user ...
0
votes
1answer
23 views
Unable to find Namespace for SPWeb, SPUser or SPControl, Provider-Hosted App
Using a Provider Hosted Application for SharePoint 2013, I am unable to ue the following lines in my C# code to get the current user
SPWeb web = SPControl.GetContextWeb(this.Context);
SPUser sUser = ...
0
votes
1answer
51 views
Writing C# in a SharePoint-Hosted App
I'm working on a SharePoint-Hosted application and wondering how I can add C# code to the .aspx files. When creating Auto-Hosted and Provider-Hosted apps, they displayed a C# script for every page.
...
0
votes
1answer
69 views
Getting user email from a List Item column using Javascript
I am creating a Hosted app using NAPA on Sharepoint 2013 (Office365). I need to retrive a user from a list column and get the user's email.
SP.List.getItems with a query returns a listEnumerator ...
0
votes
0answers
24 views
How to restrict current logged in user from being displayed in SharePoint 2013 Client people picker from client side?
Hi i have implemented the client people picker using the javascript and the code give on
http://msdn.microsoft.com/en-us/library/jj713593.aspx
what im looking to do is to validate this field so ...
1
vote
1answer
255 views
Default Sharepoint 2013 client-side people picker to current user
I'd like to be able to default the client side people picker for SharePoint 2013 to the current (or any) user.
I've read the "How to" MSDN document here:
...
1
vote
0answers
66 views
SharePoint 2013: Download non-text files using REST or JavaScript object model
I have been scratching my head the all thought day figuring out a way to download non-text files like images from host SharePoint web into a App web (SharePoint hosted app).
The code below allows me ...
0
votes
0answers
15 views
Is it possible to use the AppModel to customize the SharePoint login page?
Is it possible to use the AppModel to customize the SharePoint login page?
I want to ensure that the user is actually logged into the SharePoint site, not just logged into an App that has its own ...
0
votes
1answer
42 views
Getting user's manager in Sharepoint (Javascript)
I'm having trouble with getting user's manager data in Sharepoint Javascript Model.
I'm using context.get_web().get_siteUserInfoList(); through SiteUserInfoList. What I got back is a bunch of info ...
0
votes
1answer
31 views
Unable to explore SP2013 (O365) apis
Having just upgraded to SP2013 on O365 (Enterprise) I am keen to take advantage of the various REST endpoints to perform various CRUD operations.
However, I seem unable to drill down into the various ...
1
vote
1answer
108 views
ODataContentTypeException : Content Type 'application/json;odata=verbose'
I'm trying to create items in a SharePoint lists through the SharePoint REST API in Javascript (with an AJAX call using jQuery), all that in a SharePoint2013-hosted App.
But I get this error when I ...
0
votes
1answer
62 views
Sharepoint Application vs ASP.NET MVC Application
We have to rewrite old applications as either SharePoint applications or ASP.NET MVC applications.
HOW DO YOU CHOOSE BETWEEN THEM?
What's best practice?
Is it feasible to write an ERP or a Human ...
0
votes
0answers
35 views
Getting App install parameters?
How do I get the parameters set when installing the App to SharePoint 2013?
So, when the user has to give the app permissions (at install) to a certain list, how do I get the chosen list?
Thanks
...
2
votes
1answer
85 views
Where to put my custom.xsl for my List View's XslLink?
I'm in the process of creating my first App for SharePoint 2013 and after following this tutorial (using Visual Studio 2012), I now wish to create a custom XSLT file and apply it to my ...
0
votes
0answers
30 views
Custom secondary navigation control for SP2013 (O365)
I need to implement a list of sub-sites and pages for the current site. OOB controls don't seem to do the trick (unless we missed something), there's taxonomy APIs for querying structure but I ...
1
vote
0answers
18 views
Search - will it index apps, iframes, for example for People Search?
Just to check. With the app model, does the indexer/crawler correctly index client-side generated data as well as looking in iframes?
The recommended way forward from MS seems to be to use those two ...
0
votes
0answers
50 views
Invalid tokens given by SP2013 to non-SP hosted apps? Invalid JWT token. The token is not yet valid
When creating an autohosted app (running locally for debugging), I get this:
Invalid JWT token. The token is not yet valid. Current time is 16/04/2013 21:47:25 and the token is Valid from 16/04/2013 ...
0
votes
1answer
49 views
Unable to get user profile images from AppWeb
When fetching user profile data using CSOM, we are able to get the PictureURL property. However, when we attempt to display it, we're given the generic 'Image Not Found' image.
Initial (brief) ...
1
vote
1answer
66 views
Multiple instances of SharePoint 2013 app on host web
This may not be the most orthodox usage of a SharePoint Hosted app but,
I am looking into the app model in SharePoint 2013 and am trying to figure out if I can add more than one instance of an app to ...
0
votes
0answers
48 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
14 views
SharePoint 2013 - Sorry, apps are turned off. If you know who runs the server, tell them to enable apps [duplicate]
I am new to SharePoint 2013. I have developed an app using vs 2012. When I try to deploy the app, then I am getting the below error.
Error : Sorry, apps are turned off. If you know who runs the ...
1
vote
2answers
32 views
Are the contents of an app indexed by search functionality?
If you create lists inside apps, does sharepoint also indexes that and show them on search results? Is there any extra step to be done for this to happen?
1
vote
1answer
49 views
Can apps talk to each other?
I am reading a lot about apps, and I dont see the advantage if apps cant talk to each other.
In the normal sp 2010 farm solutions you create content types, lists definitions etc, and then you can ...
4
votes
1answer
141 views
Upgrading contentypes and lists in sharepoint 2013 apps
I am very familiar with the feature upgrade toolkit from Chris O Brien.
I also read that in Apps you can handle an Upgrade event or something, but yet, there are no examples about this.
The scenario ...
0
votes
1answer
326 views
CAML Query to get Lookup field value
I've written an autohosted-app to show a few data that are in a list.
To get the data in the list, I use this piece of code with a CAML Query.
using (var clientContext = ...
4
votes
2answers
160 views
Sharepoint 2013 - Can I use Visual Studio 2012 express edition for web-parts and app parts?
I am new to SharePoint 2013. I want to develop the app and web parts using visual studio 2012 express edition. Can I use vs 2012 express edition to create app and web parts for SharePoint 2013? Can ...
0
votes
2answers
63 views
Sharepoint 2013 App won't retract when debugging stopped
I'm trying out simple SP 2013 SharePoint hosted apps against an Office 365 2013 dev site. When I start debugging the apps install fine; when I stop debugging no retraction occurs, I'm having to ...
-1
votes
1answer
53 views
SharePoint 2013 - Errror “Cannot import hello web part sharepoint 2013”
I am new to SharePoint 2013.
I am using SharePoint 2013 server and vs 2010.
The SharePoint Server 2013 and VS2010 is present on different PC's. I have created a new "Hello" visual web-part in vs ...
1
vote
0answers
45 views
Render a SharePoint 2013 list view on a remote web page
I'm developing a SharePoint 2013 provider hosted app.
It has a remote web and an aspx page [REMOTE WEB ASPX PAGE].
I would like to display a view of a list from the host web on the [REMOTE WEB ASPX ...
0
votes
1answer
99 views
Get current language via Client Object Model
I need to get the current display language of a web via Client Object Model (C#) from a provider-hosted App. The app runs inside a Client Web Part (IFrame). I am aware of this solution but think it is ...
1
vote
2answers
66 views
Where are sharepoint apps(list,contentypes) stored?
As far as I know in sharepoint 2013 app I can deploy lists, content types, etc. And as far as I know these resources are for that app only. So other apps wont be able to access them.
The question ...
1
vote
1answer
37 views
SharePoint Apps, IA and Search
This is a two part question that I was going to split into two seller are posts, but think the wider "discussion" fits being in one post.
I am looking to write some SharePoint Apps and two questions ...
0
votes
1answer
50 views
Could not load file or assembly 'Microsoft.SharePoint, …' or one of its dependencies. The system cannot find the file specified
I am new to SharePoint 2013. I am using SharePoint server 2013 installed on one server and vs 2010 on my local PC. I have install the "WSPBuilder" to develop the web-parts on my local PC. I have ...
1
vote
2answers
85 views
SharePoint 2013 - WSPBuilder web-parts error
I am new to SharePoint. I have SharePoint 2013 server installed on one server and vs 2010 on another pc. I am using WSPBuilder (SharePoint WSP tool) to create web parts. I have installed the ...
0
votes
2answers
39 views
SharePoint 2013 - Error while creating the web parts in vs 2010
I am new to SharePoint 2013. I have SharePoint server 2013 install on server and vs 2010 present in other PC. I have developed a test visual web parts using vs 2010 on my local PC. The visual web part ...
1
vote
1answer
53 views
SharePoint 2013 - “Package failed” error while creating the web parts in vs 2010
I am using SharePoint 2013 server and vs 2010. My SharePoint server present in different server and vs 2010 is another PC. I have created test web part using vs 2010 and build successfully. When I ...
1
vote
1answer
113 views
Local debugging provider-hosted apps
Environment:
SharePoint Server 2013 farm installed on my dev machine, configured for using apps
VS 2012 Update2 + Office Tools
When I start debugging any example (say, basic provider-hosted app ...
0
votes
1answer
42 views
How can I create a List with predefined Id in SharePoint Apps?
I'm working on the Apps development for SharePoint 2013. I need a List for my app, so I can do it using visual studio. But I can't find any option to set up an Id for my List. Is it possible?
P.S. I ...
1
vote
0answers
106 views
How to get a client context for App in provider-hosted Apps?
I use a provider hosted Apps, so need to work with an App Web and Lists.
Could anybody provide a code snippet to get ClientContext() of the App?
Can I do something like this?
Uri appWeb = new ...
1
vote
2answers
90 views
IBM DB2 database connect to Sharepoint
We have an IBM DB2 database which stores our documents as BLOBS in binary format.
I've read about Remote Blob Storage(RBS) and FILESTREAM but I'm still puzzled if its possible to hook up our IBM DB2 ...
0
votes
1answer
72 views
SharePoint server is not installed on this computer
I am new to SharePoint and I am using SharePoint 2013. I have installed the SharePoint server 2013 on one server and I want to create web parts from vs 2010. But my vs 2010 is present on different pc ...
0
votes
0answers
25 views
Sharepoint 2010 Unable to Load Namespaces from Microsoft.office.Server.Search Assembly
I am having a PreCompiled Web Service in .Net 3.5 and Sharepoint 2010.
I installed SharePoint 2010 in Windows Server 2008.
I added the Assembly reference in .config file like this
<add ...
0
votes
0answers
12 views
A problem with a website's security certificate for Apps
How can I fix a problem with my certificate for SharePoint Apps?
I receive an error "Mismatched Address" for every app that I deploy.
The url looks like ...
0
votes
2answers
116 views
CAML Query returning null
I'm very new to sharepoint and have the following query on my Shared Documents. It is returning null for all three documents I have.
I'm wondering where to check in database to see if values are null ...
0
votes
0answers
46 views
Search is not working after migrating Moss 2007 to Sharepoint 2010
I have done a migration from Moss 2007 to Sharepoint 2010. After upgrading the Sharepoint site search does not works.
Note: Sharepoint 2010 is installed in windows server 2008 R2 machince.
0
votes
0answers
34 views
Get Property Value from Standard App Part Sections
I know that I can define custom App Part Properties through the Elements.xml óf the App Web Part.
<Property Name="ListName" DefaultValue="Movies" Type="string" WebDisplayName="List Name:" ...
0
votes
0answers
65 views
Custom grid to edit items, SharePoint 2013
I've got a list that contains information about a project.
This list has information about: "Start date", "End date", and "Members".
I then have a list that will contain information about how many ...


