This blog post is a contribution from Jaishree Thiyagarajan, an engineer with the SharePoint Developer Support team. Let’s first create a SharePoint Hosted App. Choose “SharePoint-Hosted” option for “How do you want to host your app for SharePoint” in VS 2012. Now right-click the AppManifest.xml and open with XML editor. Make sure that you have an internal element within the AppPrincipal element (as shown below). <AppPrincipal> <Internal /> </AppPrincipal> Here’s my complete AppManifest...(read more)
↧