Error when installing 1.0.7
Opened this issue · 3 comments
When installing 1.0.7 on top of 1.0.6 you get "An error has occurred" during installation.
If you uninstall 1.0.6 and then install 1.0.7 you get "An error has occurred" during installation.
If you then try to install 1.0.6 after successful uninstalling 1.0.6 you get "An error has occurred" during installation.
The trace log says something like this.
Unhandled controller exception occurred System.IO.IOException: The file 'C:\inetpub\temp\DWASFiles\Sites\f3419de7-72ed-40d6-8497-23b0a5e9258a\VirtualDirectory0\site\wwwroot\App_Data\912c0059-bc9e-4a19-aa28-f7efccf6456e\Controllers.js' already exists.
@sebastiandammark Thanks for reporting 👍
Am I correct to assume this is when installing as an Umbraco package, and not NuGet?
You're absolutely correct :)
Sorry about the lack of response. Are you still having problems with this issue?
I think this happens because the package has multiple files name Controllers.js
, but in different folders. I would say Umbraco should be able to handle this, but I will see what I can do for the next release ;)