{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi \nI am new to this community.I am unable to save self-extracting zip exe with Ionic.zip.dll on my Test server . when I debugged the  code,I am getting error as \"Compiler executable file csc.exe cannot be found\".But I am wondering that on my development server it was succesfully saved, run and extracted well.But On my Test server it is not success.Both servers are same configuration with Windows 7 and framework  .Net 4.0. I am using shared path directory  to add files. the code is looking as below is\n--------------------------------------------------------- \n \n Using zip1 As New ZipFile()\n \n                        zip1.AlternateEncodingUsage = Ionic.Zip.ZipOption.Always\n                        zip1.AlternateEncoding = Text.Encoding.UTF8\n \n                        zip1.AddDirectory(sMoveDirectory)\n                        zip1.Comment = \"This will be embedded into a self-extracting exe\"\n \n                        Dim sSaveOption As New SelfExtractorSaveOptions\n                        sSaveOption.Flavor = SelfExtractorFlavor.WinFormsApplication\n                        sSaveOption.Quiet = False\n \n                        zip1.SaveSelfExtractor(StageDir & \"\\\" & sTargetFile & \".exe\", sSaveOption)\n \n                    End Using\n------------------------------------------------------------\nhere sMoveDirectory is a sharedpath directory in the same server.\n \n                     Hope response to fix my issue.\n \nRegards\nkrishna",
    "LastUpdatedDate": "2013-09-17T04:18:13.85-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2012-05-22T04:32:52.32-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Compiler executable file csc.exe cannot be found with DotnetZipLib",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 3,
    "Id": 15187
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "currently I am using Ionic.zip.dll version : 1.9.1.9000",
      "PostedDate": "2012-05-22T04:39:21.763-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2012-05-23T23:52:57.973-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:42:50.52-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-09-17T04:18:13.85-07:00",
      "Id": -2147483648
    }
  ]
}