Oh yeah Apps are great, yippee.
I can't get access to any of the App functionality.
I configured my On Prem to the best of my ability but I'm not getting very far.
The Online store gives unexpected error when browsing apps from within SP2013.
If I go to the sharepoint store from separate browser I can recover an App Id, return to the sharepoint 2013 browser search the store for that id the add. The App will then add itself to the farm but adding it to a site it fails on installation. the one thing
that happens here that has drawn my attention in ULS is the APP#0 tempalte seems to not be available. So when the app tries to create it's web it can't.
When deploying an app from Visual Studio I can't get a build because of the elements.xml file all contain this attribute ReplaceContent="TRUE"
I adjusted the wss.vxd file to define (as Google advises) that attribute but it does not help. If I remove that attribute from the element file the build succeeeds but the deploy fails.
------ Build started: Project: FirstSPApp, Configuration: Debug Any CPU ------
------ Deploy started: Project: FirstSPApp, Configuration: Debug Any CPU ------
Active Deployment Configuration: Deploy App for SharePoint
Skipping deployment step because a pre-deployment command is not specified.
Skipping the uninstall step because the app for SharePoint is not installed on the server.
Install app for SharePoint:
Uploading the app for SharePoint...
Installation is in progress (00:00:00)
App failed to install, cleaning up...
Successfully uninstalled the app for SharePoint.
App installation encountered the following errors:
5/1/2013 6:18:53 PM
@"Error 1
CorrelationId: c8ae1eae-df60-4ff9-92be-8400fa228679
ErrorDetail: There was a problem applying the web template for the app web.
ErrorType: App
ErrorTypeName: App Related
ExceptionMessage: Microsoft.SharePoint.SPException: Feature with Id '23330bdb-b83e-4e09-8770-8155aa5e87fd' is not installed in this farm, and cannot be added to this scope. ---> System.Runtime.InteropServices.COMException:<nativehr>0x8107058a</nativehr><nativestack></nativestack>Feature with Id '23330bdb-b83e-4e09-8770-8155aa5e87fd' is not installed in this farm, and cannot be added to this scope.
at Microsoft.SharePoint.Library.SPRequestInternalClass.ApplyWebTemplate(String bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb, Int32 fDeleteGlobalListsWithWebTemplateContent, Int32 fIgnoreMissingFeatures, String&
bstrWebTemplate, Int32& plWebTemplateId)
at Microsoft.SharePoint.Library.SPRequest.ApplyWebTemplate(String bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb, Int32 fDeleteGlobalListsWithWebTemplateContent, Int32 fIgnoreMissingFeatures, String& bstrWebTemplate,
Int32& plWebTemplateId)
--- End of inner exception stack trace ---
at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)
at Microsoft.SharePoint.Library.SPRequest.ApplyWebTemplate(String bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb, Int32 fDeleteGlobalListsWithWebTemplateContent, Int32 fIgnoreMissingFeatures, String& bstrWebTemplate,
Int32& plWebTemplateId)
at Microsoft.SharePoint.SPWeb.ProvisionWebTemplate(SPWebTemplate webTemplate, String webTemplateToUse, SPFeatureWebTemplate featureWebTemplate, Page page, SPFeatureDependencyErrorBehavior featureDependencyErrorBehavior, ICollection`1& featureDependencyErrors)
at Microsoft.SharePoint.SPWeb.ApplyWebTemplate(SPWebTemplate webTemplate, Page page, SPFeatureDependencyErrorBehavior featureDependencyErrorBehavior, ICollection`1& featureDependencyErrors)
at Microsoft.SharePoint.Packaging.SPUserCodeSolutionDeploymentGroup.TryApplyWebTemplate(SPWeb applyToWeb, SPWebTemplateCollection templateCollection, String templateName)
at Microsoft.SharePoint.Packaging.SPUserCodeSolutionDeploymentGroup.FindAndApplyWebTemplate(SPWeb containerWeb, UInt32 lcid, String appTemplateName)
at Microsoft.SharePoint.Packaging.SPUserCodeSolutionDeploymentGroup.Deploy()
at Microsoft.SharePoint.Administration.SPAppTask.DeployOperation()
at Microsoft.SharePoint.Lifecycle.MonitoredTaskExecution.DoTask()
Source: AppWeb
SourceName: App Web Deployment
Error occurred in deployment step 'Install app for SharePoint': Failed to install app for SharePoint. Please see the output window for details.
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========
I've checked as many configuruation items as I know how to. AppManagementService, Subscription Service return ONLINE in PS
AppWeb site collection visible in browser, Development site collection on it's own web application also visible.
All Webs applications on their own unique IP's
Sharepoint Solutions Deploy fine from PS or VS.
I'm not running SSL
I have NTLM and FBA authentication