I have a very irritating problem. I am to install community on my existing Episerver site. I open up the deployment center and do the steps accordingly. First time I run it it works perfectly. However, I accidently build my project without changing the config files in debug folder so all the changes that deployment tool have made with the install is lost. I then remove the whole folder and roll back to how it was before I did the install. Now however I get a error saying that some file allready exist. I have no clue what the problem is. Can someone help me? It's impossible that some file from community would be present in my project. I removed every file and created a new folder for my project.
Error - System.Management.Automation.CmdletInvocationException: Det går inte att skapa en fil som redan finns. (Undantag från HRESULT: 0x800700B7) ---> System.Runtime.InteropServices.COMException (0x800700B7): Det går inte att skapa en fil som redan finns. (Undantag från HRESULT: 0x800700B7)
at EPiServer.Install.InstallationManager.Install(Installer installer)
Hi,
I have a very irritating problem. I am to install community on my existing Episerver site. I open up the deployment center and do the steps accordingly. First time I run it it works perfectly. However, I accidently build my project without changing the config files in debug folder so all the changes that deployment tool have made with the install is lost. I then remove the whole folder and roll back to how it was before I did the install. Now however I get a error saying that some file allready exist. I have no clue what the problem is. Can someone help me? It's impossible that some file from community would be present in my project. I removed every file and created a new folder for my project.
See error below :-)
Kind regards
Jens
******************************************************************
An error has occured and the transaction will be rolled back
Rolledback
An unhandled error has occured:
(Can't create a file that allready exist) Det går inte att skapa en fil som redan finns. (Undantag från (Exception from) HRESULT: 0x800700
B7)
When executing
At C:\Program Files\EPiServer\Community\3.2.517.24\Install\System Scripts\Insta
ll Site (No database).ps1:268 char:28
+ New-EPiWebVirtualDirectory <<<< -SiteName $properties.Site.SiteName -Parent
Path $properties.Site.ApplicationName `
Error - System.Management.Automation.CmdletInvocationException: Det går inte att skapa en fil som redan finns. (Undantag från HRESULT: 0x800700B7) ---> System.Runtime.InteropServices.COMException (0x800700B7): Det går inte att skapa en fil som redan finns. (Undantag från HRESULT: 0x800700B7)
at EPiServer.Install.InstallationManager.Install(Installer installer)
at EPiServer.Install.WebServer.WebAppInstallationManager.CreateVirtualDirectory(String siteName, String parentPath, String virtualDirectoryName, String physicalPath, Boolean disableScriptExecution, String defaultDocuments)
at EPiServer.Install.WebServer.Cmdlets.NewWebVirtualDirectoryCmdlet.ProcessRecord()
at System.Management.Automation.Cmdlet.DoProcessRecord()
at System.Management.Automation.CommandProcessor.ProcessRecord()
--- Slut på stackspårning för interna undantag ---
at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input, Hashtable errorResults, Boolean enumerate)
at System.Management.Automation.Parser.PipelineNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList)
at System.Management.Automation.Parser.StatementListNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList)