So, I'm trying to export a webServer on windows server 2008 using IIS7 webdeploy and I'm getting this error:
The package creation failed.
Details:
Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
Warning: Skipping source cert (MY\D567C9ABD6FE8DCF46A9D3F9AC44DFE072C22166) because of rule SkipInvalidSource.
No certificate found in store MY with hash 'D567C9ABD6FE8DCF46A9D3F9AC44DFE072C22166'.
Warning: Skipping source cert (MY\D567C9ABD6FE8DCF46A9D3F9AC44DFE072C22166) because of rule SkipInvalidSource.
No certificate found in store MY with hash 'D567C9ABD6FE8DCF46A9D3F9AC44DFE072C22166'.
Warning: Skipping source cert (MY\D567C9ABD6FE8DCF46A9D3F9AC44DFE072C22166) because of rule SkipInvalidSource.
No certificate found in store MY with hash 'D567C9ABD6FE8DCF46A9D3F9AC44DFE072C22166'.
Warning: Skipping source cert (MY\D567C9ABD6FE8DCF46A9D3F9AC44DFE072C22166) because of rule SkipInvalidSource.
No certificate found in store MY with hash 'D567C9ABD6FE8DCF46A9D3F9AC44DFE072C22166'.
Warning: Skipping source cert (MY\D567C9ABD6FE8DCF46A9D3F9AC44DFE072C22166) because of rule SkipInvalidSource.
No certificate found in store MY with hash 'D567C9ABD6FE8DCF46A9D3F9AC44DFE072C22166'.
Warning: Skipping source cert (MY\D567C9ABD6FE8DCF46A9D3F9AC44DFE072C22166) because of rule SkipInvalidSource.
No certificate found in store MY with hash 'D567C9ABD6FE8DCF46A9D3F9AC44DFE072C22166'.
Warning: Skipping source cert (MY\D567C9ABD6FE8DCF46A9D3F9AC44DFE072C22166) because of rule SkipInvalidSource.
No certificate found in store MY with hash 'D567C9ABD6FE8DCF46A9D3F9AC44DFE072C22166'.
Warning: Skipping source cert (MY\D567C9ABD6FE8DCF46A9D3F9AC44DFE072C22166) because of rule SkipInvalidSource.
No certificate found in store MY with hash 'D567C9ABD6FE8DCF46A9D3F9AC44DFE072C22166'.
Warning: Skipping source cert (MY\D567C9ABD6FE8DCF46A9D3F9AC44DFE072C22166) because of rule SkipInvalidSource.
No certificate found in store MY with hash 'D567C9ABD6FE8DCF46A9D3F9AC44DFE072C22166'.
Details:
System.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
at System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args)
at System.String.Format(IFormatProvider provider, String format, Object[] args)
at Microsoft.Web.Deployment.DeploymentException..ctor(Exception innerException, String message, Object[] parameters)
at Microsoft.Web.Deployment.GenericExceptionBuilder.Create(Object errorLocation, String randomErrorCode)
at Microsoft.Web.Deployment.ZipEntry..ctor(String path, DeploymentObject source, ZipFile zipFile)
at Microsoft.Web.Deployment.ZipPackageProvider.Add(DeploymentObject source, Boolean whatIf)
at Microsoft.Web.Deployment.DeploymentObject.AddChild(DeploymentObject source, Int32 position, DeploymentSyncContext syncContext)
at Microsoft.Web.Deployment.DeploymentSyncContext.HandleAddChild(DeploymentObject destParent, DeploymentObject sourceObject, Int32 position)
at Microsoft.Web.Deployment.DeploymentSyncContext.SyncDirPathChildren(DeploymentObject destRoot, DeploymentObject sourceRoot)
at Microsoft.Web.Deployment.DeploymentSyncContext.HandleAddChild(DeploymentObject destParent, DeploymentObject sourceObject, Int32 position)
at Microsoft.Web.Deployment.DeploymentSyncContext.SyncDirPathChildren(DeploymentObject destRoot, DeploymentObject sourceRoot)
at Microsoft.Web.Deployment.DeploymentSyncContext.HandleAddChild(DeploymentObject destParent, DeploymentObject sourceObject, Int32 position)
at Microsoft.Web.Deployment.DeploymentSyncContext.SyncChildrenOrder(DeploymentObject dest, DeploymentObject source)
at Microsoft.Web.Deployment.DeploymentSyncContext.HandleAddChild(DeploymentObject destParent, DeploymentObject sourceObject, Int32 position)
at Microsoft.Web.Deployment.DeploymentSyncContext.SyncChildrenOrder(DeploymentObject dest, DeploymentObject source)
at Microsoft.Web.Deployment.DeploymentSyncContext.HandleAddChild(DeploymentObject destParent, DeploymentObject sourceObject, Int32 position)
at Microsoft.Web.Deployment.DeploymentSyncContext.SyncChildrenOrder(DeploymentObject dest, DeploymentObject source)
at Microsoft.Web.Deployment.DeploymentSyncContext.HandleAddChild(DeploymentObject destParent, DeploymentObject sourceObject, Int32 position)
at Microsoft.Web.Deployment.DeploymentSyncContext.SyncChildrenOrder(DeploymentObject dest, DeploymentObject source)
at Microsoft.Web.Deployment.DeploymentSyncContext.HandleAddChild(DeploymentObject destParent, DeploymentObject sourceObject, Int32 position)
at Microsoft.Web.Deployment.DeploymentSyncContext.SyncChildrenNoOrder(DeploymentObject dest, DeploymentObject source)
at Microsoft.Web.Deployment.DeploymentSyncContext.HandleAddChild(DeploymentObject destParent, DeploymentObject sourceObject, Int32 position)
at Microsoft.Web.Deployment.DeploymentSyncContext.SyncChildrenNoOrder(DeploymentObject dest, DeploymentObject source)
at Microsoft.Web.Deployment.DeploymentSyncContext.HandleAddChild(DeploymentObject destParent, DeploymentObject sourceObject, Int32 position)
at Microsoft.Web.Deployment.DeploymentSyncContext.SyncChildrenNoOrder(DeploymentObject dest, DeploymentObject source)
at Microsoft.Web.Deployment.DeploymentSyncContext.HandleAddChild(DeploymentObject destParent, DeploymentObject sourceObject, Int32 position)
at Microsoft.Web.Deployment.DeploymentSyncContext.SyncChildrenOrder(DeploymentObject dest, DeploymentObject source)
at Microsoft.Web.Deployment.DeploymentSyncContext.HandleAddChild(DeploymentObject destParent, DeploymentObject sourceObject, Int32 position)
at Microsoft.Web.Deployment.DeploymentSyncContext.SyncChildrenOrder(DeploymentObject dest, DeploymentObject source)
at Microsoft.Web.Deployment.DeploymentSyncContext.ProcessSync(DeploymentObject destinationObject, DeploymentObject sourceObject)
at Microsoft.Web.Deployment.DeploymentObject.SyncToInternal(DeploymentObject destObject, DeploymentSyncOptions syncOptions, PayloadTable payloadTable, ContentRootTable contentRootTable, Nullable`1 syncPassId, String syncSessionId)
at Microsoft.Web.Deployment.DeploymentObject.SyncTo(DeploymentProviderOptions providerOptions, DeploymentBaseOptions baseOptions, DeploymentSyncOptions syncOptions)
at Microsoft.Web.Deployment.DeploymentObject.SyncTo(DeploymentWellKnownProvider provider, String path, DeploymentBaseOptions baseOptions, DeploymentSyncOptions syncOptions)
at Microsoft.Web.Deployment.UI.CreateProgressWizardPage.OnWorkerDoWork(Object sender, DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
Any assistance anyone can provide would be very welcome. Thanks.