{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "I have an application in C # with WPF and would like to know how to use overwrite.silently method with a file that is running?\nuse it today\n```\nZipFile zipFile = ZipFile.Read(file);\n            {\n                foreach (ZipEntry zipEntry in zipFile)\n                {\n                    zipEntry.Extract(@\"C:\\IASD\\CantinaEscolar\\Temp\\\", ExtractExistingFileAction.OverwriteSilently);\n                }\n     }\n```\nbut does not work because the file is running.\nthere is a way to force the overwrite without restarting the application?",
    "LastUpdatedDate": "2014-04-16T11:06:44.33-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2014-04-08T07:09:32.01-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "overwrite.silently on file running",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 2,
    "Id": 16802
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "Hey Guys,\r\n\r\ni have the same promblem if i want to override the running application.exe it returns an error",
      "PostedDate": "2014-04-15T14:26:53.66-07:00",
      "Id": -2147483648
    },
    {
      "Message": "overwrite*",
      "PostedDate": "2014-04-15T14:28:19.027-07:00",
      "Id": -2147483648
    },
    {
      "Message": "Friend, unfortunately it seems that there's no way. when. exe is running as does not make overwrite.silently without closing it. I suggest you create a project update because this method we want to do will not work. if you want you can take a look at the following link: \nhttp://social.msdn.microsoft.com/Forums/pt-BR/217edf8a-673c-4e42-90a7-a230f2b3b237/processstartvarivel?forum=vscsharppt - in portuguese\nhttp://pt.stackoverflow.com/questions/11629/mover-arquivos-entre-pastas-com-c - in portuguese\nMaybe help you.",
      "PostedDate": "2014-04-16T11:06:44.33-07:00",
      "Id": -2147483648
    }
  ]
}