[
  {
    "Id": "724422",
    "ThreadId": "285971",
    "Html": "\r\n<p>I keep getting the following error when I run DotNetZip code to zip files:</p>\r\n<p>Locating source for 'c:\\DotNetZip\\Zip\\ZipFile.cs'. Checksum: MD5 {8d 9 d5 d7 90 f4 e1 95 b0 9d 93 84 c0 95 d4 2b}<br>\r\nThe file 'c:\\DotNetZip\\Zip\\ZipFile.cs' does not exist.<br>\r\nLooking in script documents for 'c:\\DotNetZip\\Zip\\ZipFile.cs'...<br>\r\nLooking in the projects for 'c:\\DotNetZip\\Zip\\ZipFile.cs'.<br>\r\nThe file was not found in a project.<br>\r\nLooking in directory 'c:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\crt\\src\\'...<br>\r\nLooking in directory 'c:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\mfc\\'...<br>\r\nLooking in directory 'c:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\atl\\'...<br>\r\nLooking in directory 'c:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\include\\'...<br>\r\nThe debug source files settings for the active solution indicate that the debugger will not ask the user to find the file: c:\\DotNetZip\\Zip\\ZipFile.cs.<br>\r\nThe debugger could not locate the source file 'c:\\DotNetZip\\Zip\\ZipFile.cs'.</p>\r\n<p>I have a reference to Ionic.Zip and I am just trying run the following like the examples on the DotNetZip website:</p>\r\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; using (var zip = new ZipFile())<br>\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</p>\r\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; zip.AddFile(localPath&#43;LocalRenamedFile);<br>\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; zip.Save(ZipFileToCreate);<br>\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</p>\r\n<p>&nbsp;</p>\r\n<p>what I'm I doing wrong here?</p>\r\n<p>Thanks</p>\r\n<p>Nick</p>\r\n",
    "PostedDate": "2012-01-12T11:57:58.92-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "817838",
    "ThreadId": "285971",
    "Html": "<p>I had the same error over and over, I had downloaded the DotNetZipLib-DevKit-v1.9.</p>\r\n<p>To solved it I downloaded the <a id=\"fileDownload3\" class=\"FileNameLink\" tabindex=\"9\" href=\"http://dotnetzip.codeplex.com/releases/68268/download/258015\">DotNetZip-Runtime-v1.9.msi</a>&nbsp;, &nbsp;added the reference and it solved my problem.</p>\r\n<p>I hope this works for you.</p>",
    "PostedDate": "2012-03-30T09:54:30.56-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]