Sitecore.Ship icon indicating copy to clipboard operation
Sitecore.Ship copied to clipboard

Sitecore.Ship failed to deploy Sitecore package when Sitecore tempFolder path is static

Open SC-MNAS opened this issue 8 years ago • 0 comments

When user sets the tempFolder value to a static path e.g. package deployment fails with exception 'Value cannot be null'

It works fine with dynamic tempFolder path :)

HttpContext.Current.Server.MapPath(Sitecore.IO.TempFolder.GetFilename(Guid.NewGuid() + ".update")); line throws the exception in Sitecore.Ship.Infrastructure.Web.ServerTempFile class

SC-MNAS avatar Dec 27 '16 08:12 SC-MNAS