It’s possible to deploy SharePoint 2013 custom workflow actions from a sandbox solution. If you want to deploy them with a SharePoint App, then you will run into a few obstacles. Firstly you might get an error like this when you try to package your app. Project file must include […]
Estimated reading time: 5 minutes
When you want to use the CSOM (Client Side Object Model) with SharePoint Online, you currently have quite a few options on how to authenticate. For a SharePoint newcomer or even experienced SharePoint developers, it can be quite tricky to know when to use what, this post is an attempt […]
Estimated reading time: 8 minutes
A few weeks ago I posted an article on how to generate C# classes from a odata rest endpoint, with a visual studio extension. In that example I used the Exchange REST endpoints, that is based on OData v4. But if you like me try to use the same tool […]
Estimated reading time: 18 minutes
If you ever tried to deploy your a SharePoint app to a SharePoint online team site from Visual Studio, there is a chance that you have seen the following error: “Sideloading of apps is not enabled on this site”. This happens, because in order to deploy apps to a site-collection […]
Estimated reading time: 2 minutes