You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: