Attempting to delete the 'SharePoint - 80' Web Application, but seem to get an error:
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
When checking the log file, I get:
System.Runtime.InteropServices.COMException: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServices.DirectoryEntry.Bind() at System.DirectoryServices.DirectoryEntry.get_IsContainer() at System.DirectoryServices.DirectoryEntries.ChildEnumerator..ctor(DirectoryEntry container) at System.DirectoryServices.DirectoryEntries.GetEnumerator() at Microsoft.SharePoint.Administration.SPIisWebSite.LookupByServerComment(String serverComment, Int32& instanceId) at Microsoft.SharePoint.Administration.SPProvisioningAssistant.UnprovisionWebApplication(Boolean deleteWebSites, String[] serverComments) at Microsoft.Shar... 92470f38-ed8e-4e6c-8039-d2fe4865cbae
...ePoint.Administration.SPWebApplication.UnprovisionIisWebSitesAsAdministrator(Boolean deleteWebSites, String[] serverComments, String applicationPoolId) at Microsoft.SharePoint.Administration.SPWebApplication.Unprovision(Boolean deleteWebSites) at Microsoft.SharePoint.Administration.SPWebApplication.UnprovisionGlobally(Boolean deleteIisWebSite) at Microsoft.SharePoint.ApplicationPages.DeleteWebApplicationPage.BtnSubmit_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Bo... 92470f38-ed8e-4e6c-8039-d2fe4865cbae
...olean includeStagesAfterAsyncPoint) 92470f38-ed8e-4e6c-8039-d2fe4865cbae
What 'service' is it trying to run, all the ones named 'SharePoint' in Services are running? How can I delete the application?