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
Function UpdateManager.InstallPackage() sometimes will throw this Exception, but when restarting app, problem can not recur.
System.UnauthorizedAccessException: Access to the path 'DotNetZip.dll' is denied.System.UnauthorizedAccessException: Access to the path 'DotNetZip.dll' is denied.
at System.IO.FileSystem.RemoveDirectoryRecursive(String fullPath, WIN32_FIND_DATA& findData, Boolean topLevel)
at System.IO.FileSystem.RemoveDirectory(String fullPath, Boolean recursive)
at System.IO.Directory.Delete(String path, Boolean recursive)
at nUpdate.Updating.UpdateManager.InstallPackage()
The text was updated successfully, but these errors were encountered:
Function UpdateManager.InstallPackage() sometimes will throw this Exception, but when restarting app, problem can not recur.
System.UnauthorizedAccessException: Access to the path 'DotNetZip.dll' is denied.System.UnauthorizedAccessException: Access to the path 'DotNetZip.dll' is denied.
at System.IO.FileSystem.RemoveDirectoryRecursive(String fullPath, WIN32_FIND_DATA& findData, Boolean topLevel)
at System.IO.FileSystem.RemoveDirectory(String fullPath, Boolean recursive)
at System.IO.Directory.Delete(String path, Boolean recursive)
at nUpdate.Updating.UpdateManager.InstallPackage()
The text was updated successfully, but these errors were encountered: