[
  {
    "Id": "275119",
    "ThreadId": "80274",
    "Html": "<p>Hi Cheeso,</p>\r\n<p>I downloaded the last sources and tried to open and build the solution with VisualStudio 2010 Ultimate&nbsp;Beta 2 under Windows 7 Home Premium&nbsp;(32 bits)<br>I had some issues, and has these steps to fix them:<br><br></p>\r\n<ol>\r\n<li>I made all files not read-only</li>\r\n<li>I canceled the connection to TFS when opening the solution</li>\r\n<li>VS2010&nbsp;converted the&nbsp;solution to the new version, telling me all files had been checked out from TFS. I hope it is not true!</li>\r\n<li>I had to install ILMerge</li>\r\n<li>I installed&nbsp;your utils .msi and changed the path to zipit in&nbsp;PacKResources.cmd to&nbsp;contain to&nbsp;<span style=\"font-family:Consolas;font-size:x-small\"><span style=\"font-family:Consolas;font-size:x-small\">&quot;C:\\Program Files\\Dino Chiesa\\DotNetZip Tools v1.9\\zipit.exe&quot; (this is a good example of bootstrap. I could have chosen version 1.8)</span></span></li>\r\n</ol>\r\n<p><span style=\"font-family:Consolas;font-size:x-small\"><span style=\"font-family:Consolas;font-size:x-small\">Now I only have the followin errors/warnings:</span></span></p>\r\n<ol>\r\n<li><span style=\"font-family:Consolas;font-size:x-small\"><span style=\"font-family:Consolas;font-size:x-small\">Warning&nbsp;1&nbsp;XML comment on 'Ionic.Zlib.ZlibStream.Dispose(bool)' has a paramref tag for 'leaveOpen', but there is no parameter by that name&nbsp;C:\\Users\\...\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Zlib\\ZlibStream.cs&nbsp;389&nbsp;63&nbsp;Zip Reduced</span></span></li>\r\n<li><span style=\"font-family:Consolas;font-size:x-small\"><span style=\"font-family:Consolas;font-size:x-small\">Warning&nbsp;2&nbsp;XML comment on 'Ionic.Zlib.GZipStream.Dispose(bool)' has a paramref tag for 'leaveOpen', but there is no parameter by that name&nbsp;C:\\Users\\...\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Zlib\\GZipStream.cs&nbsp;618&nbsp;69&nbsp;Zip Reduced</span></span></li>\r\n<li><span style=\"font-family:Consolas;font-size:x-small\"><span style=\"font-family:Consolas;font-size:x-small\">Error&nbsp;3&nbsp;Cannot find outputs of project output group '(unable to determine name)'.&nbsp; Either the group, its configuration, or its project may have been removed from the solution.&nbsp;C:\\Users\\...\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\RuntimeSetup\\RuntimeSetup.vdproj&nbsp;RuntimeSetup MSI</span></span></li>\r\n<li><span style=\"font-family:Consolas;font-size:x-small\"><span style=\"font-family:Consolas;font-size:x-small\">Warning&nbsp;4&nbsp;Could not find prerequisite 'Microsoft .NET Framework 2.0' in path 'C:\\Program Files\\Microsoft SDKs\\Windows\\v7.0A\\Bootstrapper\\'&nbsp;C:\\Users\\...\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Setup\\Setup.vdproj&nbsp;Zip Utilities MSI</span></span></li>\r\n</ol>\r\n<p><span style=\"font-family:Consolas;font-size:x-small\"><span style=\"font-family:Consolas;font-size:x-small\">\r\n<p>VS2010 doesn't support the Compact Framework. I hope it is only for the beta version! The ZIP CF ... projects are shown as &quot;unavailable&quot;.</p>\r\n</span></span></p>\r\n<p>Error 3&nbsp;is about something in the &quot;ApplicationFolder&quot; of type Output. The other two items of this type are &quot;Primary output from Zip Full DlLL (Release Anu CPU)&quot; and &quot;Primary output from Zip Reduced (Active)&quot;. the item in error is names &quot;(unable to determine name)&quot;</p>\r\n<p>Warning 4 is perhaps related to the need to install the Framework SDK additionally to VS (I have only VS Express 2008 tools on this machine)</p>\r\n<p>Warning 1 and 2 are about a reference to a non existent parameter (because you refer to the aloverlaods having a given parameter.&nbsp;are there&nbsp;real paramref?)</p>\r\n<p>Tests don't run :&nbsp;All&nbsp;produce&nbsp;the following message:</p>\r\n<ul>\r\n<li>Unable to set TestContext property for the class Ionic.Zip.Tests.Streams.StreamsTests. Error: System.TypeAccessException: Attempt by security transparent method 'Ionic.Zip.Tests.Utilities.IonicTestClass.set_TestContext(Microsoft.VisualStudio.TestTools.UnitTesting.TestContext)' to access security critical type 'Microsoft.VisualStudio.TestTools.UnitTesting.TestContext' failed.</li>\r\n<li>Assembly 'Ionic.Zip.Tests, Version=1.9.0.37, Culture=neutral, PublicKeyToken=null' is marked with the AllowPartiallyTrustedCallersAttribute, and uses the level 2 security transparency model.&nbsp; Level 2 transparency causes all methods in AllowPartiallyTrustedCallers assemblies to become security transparent by default, which may be the cause of this exception..</li>\r\n</ul>",
    "PostedDate": "2010-01-09T05:31:32.337-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "275132",
    "ThreadId": "80274",
    "Html": "<p>The problem seems to be using the AllowPartiallyTrustedCallersAttribute on test classes. I commented the attribute in the SolutionInfo.cs file.</p>\r\n<p>Now tests are running .</p>\r\n<p>some produce this erropr :Failed&nbsp;Create_ZipOutputStream_ZeroLength_wi8933_file&nbsp;Zip Tests&nbsp;Assert.IsTrue failed. exe (C:\\Program Files\\winzip\\wzunzip.exe) does not exist. Is it a prerequisite for testing?</p>\r\n<p>This one :In Progress&nbsp;Zip64_Over_65534_Entries_NoEncryption_DefaultCompression_Always&nbsp;Zip Tests has been running for <strong>28</strong> minutes in a first phase, using almost no CPU&nbsp;and making almost no disk access. &nbsp;Are you using a timer to slow the test ?</p>\r\n<p>For now the only other error is : Failed&nbsp;Compat_ShellApplication_Unzip_NonSeekableOutput&nbsp;Zip Tests&nbsp;Class Initialization method Ionic.Zip.Tests.Compatibility.MyClassInitialize threw exception. System.Exception: System.Exception: Failed to register DotNetZip with COM rc(100) cmd(c:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\regasm.exe &quot;C:\\Users\\...\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Zip Full DLL\\bin\\Debug\\Ionic.Zip.dll&quot; /codebase /verbose) out(Microsoft (R) .NET Framework Assembly Registration Utility 2.0.50727.4927<br>... because the assemblies are not signed (normal)</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2010-01-09T06:22:36.327-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "275177",
    "ThreadId": "80274",
    "Html": "<p>Hello Gilles,</p>\r\n<p>Good for you, for making this effort.&nbsp;</p>\r\n<ol>\r\n<li>Some of the tests take a long time to run. So long, in fact, that I built a progress monitor tool to check progress.&nbsp; Most of them consume disk or CPU as they run.&nbsp; 28 minutes seems like a long time with no activity.&nbsp; It could be hung. </li>\r\n<li>WinZip is used to test compatibility.&nbsp; I suppose I should insert a check for existence in those tests.&nbsp;</li>\r\n<li>As for the regasm error - yes, the error is expected.&nbsp; On the other hand I think the test should allow for that case,&nbsp;because the assembly IS registered successfully, even with that warning and the RC=100.&nbsp; &nbsp;</li>\r\n</ol>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2010-01-09T09:18:59.973-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "275179",
    "ThreadId": "80274",
    "Html": "This discussion has been copied to a work item. Click <a href=\"http://dotnetzip.codeplex.com/WorkItem/View.aspx?WorkItemId=9959\">here</a> to go to the work item and continue the discussion.",
    "PostedDate": "2010-01-09T09:20:09.707-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "275180",
    "ThreadId": "80274",
    "Html": "This discussion has been copied to a work item. Click <a href=\"http://dotnetzip.codeplex.com/WorkItem/View.aspx?WorkItemId=9960\">here</a> to go to the work item and continue the discussion.",
    "PostedDate": "2010-01-09T09:22:07.66-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "275181",
    "ThreadId": "80274",
    "Html": "This discussion has been copied to a work item. Click <a href=\"http://dotnetzip.codeplex.com/WorkItem/View.aspx?WorkItemId=9961\">here</a> to go to the work item and continue the discussion.",
    "PostedDate": "2010-01-09T09:23:10.963-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "283898",
    "ThreadId": "80274",
    "Html": "<p><span style=\"font-family:Consolas;font-size:x-small\"><span style=\"font-family:Consolas;font-size:x-small\">\r\n<p><em>I changed all project types to Framework 4.0 Client profile, except for tests where it is forbidden by VS2010 beta 2<br>Change &quot;required version&quot; of Framework in MSI projects dependencies to the same version</em></p>\r\n<p><em>Remove System.Design from References for Zlib project (seems unavailable in client profile)</em></p>\r\n<p><em>I don't know what to do about the depencies of MSI against Windows Installer<br>output of rebuild all (release, any CPU):</em></p>\r\n<p>------ Rebuild All started: Project: Zlib, Configuration: Release Any CPU ------<br>Zlib -&gt; C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Zlib\\bin\\Release\\Ionic.Zlib.dll<br>------ Rebuild All started: Project: Zip Reduced, Configuration: Release Any CPU ------<br>Zip Reduced -&gt; C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Zip Reduced\\bin\\Release\\Ionic.Zip.Reduced.dll<br>------ Rebuild All started: Project: Zlib Tests, Configuration: Release Any CPU ------<br>Zlib Tests -&gt; C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Zlib Tests\\bin\\Release\\ZlibTest.dll<br>------ Rebuild All started: Project: Zip Partial DLL, Configuration: Release Any CPU ------<br>adding selection 'name != *.zip and name != *.resx and name != *.*~' from dir '.'...<br>found 9 files...<br>adding .\\CommandLineSelfExtractorStub.cs...<br>adding .\\FolderBrowserDialogEx.cs...<br>adding .\\PasswordDialog.cs...<br>adding .\\PasswordDialog.Designer.cs...<br>adding .\\WinFormsSelfExtractorStub.cs...<br>adding .\\WinFormsSelfExtractorStub.Designer.cs...<br>adding .\\ZipContentsDialog.cs...<br>adding .\\ZipContentsDialog.Designer.cs...<br>adding .\\zippedFile.ico...<br>saving....<br>Zip Partial DLL -&gt; C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Zip Partial DLL\\bin\\Release\\Ionic.Zip.Partial.dll<br>------ Rebuild All started: Project: Zip Full DLL, Configuration: Release Any CPU ------<br>Zip Full DLL -&gt; C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Zip Full DLL\\bin\\Release\\Ionic.Zip.dll<br>------ Rebuild All started: Project: CreateZip, Configuration: Release Any CPU ------<br>CreateZip -&gt; C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Examples\\C#\\CreateZip\\bin\\Release\\CreateZip.exe<br>------ Rebuild All started: Project: ReadZip, Configuration: Release Any CPU ------<br>ReadZip -&gt; C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Examples\\C#\\ReadZip\\bin\\Release\\ReadZip.exe<br>------ Rebuild All started: Project: QuickUnzip, Configuration: Release Any CPU ------<br>QuickUnzip -&gt; C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Examples\\VB\\Quick-Unzip\\bin\\Release\\QuickUnzip.exe<br>------ Rebuild All started: Project: UnZip, Configuration: Release Any CPU ------<br>UnZip -&gt; C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Tools\\UnZip\\bin\\Release\\UnZip.exe<br>------ Rebuild All started: Project: ZipIt, Configuration: Release Any CPU ------<br>ZipIt -&gt; C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Tools\\ZipIt\\bin\\Release\\ZipIt.exe<br>------ Rebuild All started: Project: ConvertZipToSfx, Configuration: Release Any CPU ------<br>ConvertZipToSfx -&gt; C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Tools\\ConvertZipToSfx\\bin\\Release\\ConvertZipToSfx.exe<br>------ Rebuild All started: Project: Win Forms App, Configuration: Release Any CPU ------<br>1 fichier(s) copi&eacute;(s).<br>Win Forms App -&gt; C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Tools\\WinFormsApp\\bin\\Release\\DotNetZip-WinFormsTool.exe<br>------ Rebuild All started: Project: ZipDir, Configuration: Release Any CPU ------<br>ZipDir -&gt; C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Examples\\C#\\ZipDir\\bin\\Release\\ZipDir.exe<br>------ Starting pre-build validation for project 'RuntimeSetup MSI' ------<br>------ Pre-build validation for project 'RuntimeSetup MSI' completed ------<br>------ Rebuild All started: Project: RuntimeSetup MSI, Configuration: Release ------<br>Building file 'C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\RuntimeSetup\\Release\\DotNetZipLib-Runtime.msi'...<br>WARNING: Item 'Microsoft .NET Framework 4 Client Profile (x86 and x64)' could not find any of dependent items 'Microsoft.Windows.Installer.3.1, Microsoft.Windows.Installer.4.5'.<br>Packaging file 'Ionic.Zip.Partial.dll'...<br>Packaging file 'CreateUninstaller.js'...<br>Packaging file 'Ionic.Zlib.dll'...<br>Packaging file 'Uninstall.cmd'...<br>Packaging file 'License.rtf'...<br>Packaging file 'Ionic.Zip.dll'...<br>Packaging file 'Ionic.Zip.Reduced.dll'...<br>Starting post-build events...<br>Microsoft (R) Windows Script Host Version 5.8<br>Copyright (C) Microsoft Corporation 1996-2001. Tous droits r&sbquo;serv&sbquo;s.<br>FixupMsi.js C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\RuntimeSetup\\Release\\DotNetZipLib-Runtime.msi<br>Updating the Text on the wizard...<br>done.<br>Post-build events finished<br>------ Rebuild All started: Project: Zip Tests, Configuration: Release Any CPU ------<br>Zip Tests -&gt; C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Zip Tests\\bin\\Release\\Ionic.Zip.Tests.dll<br>------ Starting pre-build validation for project 'Zip Utilities MSI' ------<br>------ Pre-build validation for project 'Zip Utilities MSI' completed ------<br>------ Rebuild All started: Project: Zip Utilities MSI, Configuration: Release ------<br>Building file 'C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Setup\\Release\\DotNetZipUtils.msi'...<br>WARNING: Item 'Microsoft .NET Framework 4 Client Profile (x86 and x64)' could not find any of dependent items 'Microsoft.Windows.Installer.3.1, Microsoft.Windows.Installer.4.5'.<br>Packaging file 'ResetZipAssociation.js'...<br>Packaging file 'DotNetZip-WinFormsTool.exe.config'...<br>Packaging file 'UnZip.exe'...<br>Packaging file 'Ionic.Zip.dll'...<br>Packaging file 'Uninstall.cmd'...<br>Packaging file 'ZipIt.exe.config'...<br>Packaging file 'License.rtf'...<br>Packaging file 'ZipIt.exe'...<br>Packaging file 'StoreExistingZipAssociation.js'...<br>Packaging file 'UnZip.exe.config'...<br>Packaging file 'ConvertZipToSfx.exe.config'...<br>Packaging file 'DotNetZip-WinFormsTool.exe'...<br>Packaging file 'ConvertZipToSfx.exe'...<br>Packaging file 'CreateUninstaller.js'...<br>Starting post-build events...<br>Microsoft (R) Windows Script Host Version 5.8<br>Copyright (C) Microsoft Corporation 1996-2001. Tous droits r&sbquo;serv&sbquo;s.<br>ModifyMsiToAllowRegistryRestore.js C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Setup\\Release\\DotNetZipUtils.msi<br>Updating sequence numbers for the Store script...<br>Finding the Reset script...<br>Inserting new records in the InstallExecuteSequence table...<br>Cloning records in the CustomAction table...<br>Updating the BannerText on the wizard...<br>done.<br>Microsoft (R) Windows Script Host Version 5.8<br>Copyright (C) Microsoft Corporation 1996-2001. Tous droits r&sbquo;serv&sbquo;s.<br>ModifyMsiToEnableLaunchApplication.js C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip\\Setup\\Release\\DotNetZipUtils.msi<br>Updating the Control table...<br>Updating the ControlEvent table...<br>Updating the CustomAction table...<br>Post-build events finished<br>========== Rebuild All: 16 succeeded, 0 failed, 0 skipped ==========</p>\r\n<p><em>I Installed the msi on the same computer (Fx 4 beta 2 runtime already installed) and it seems to work</em></p>\r\n<p>　</p>\r\n</span></span></p>",
    "PostedDate": "2010-01-31T06:54:40.497-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "289821",
    "ThreadId": "80274",
    "Html": "<p>I am currently installing VS2010 Ultimate RC.<br>I downloaded the sources for release 1.9.5.1</p>\r\n<p>I will try to rebuild the solution. The only difference with the previous attempt is that IlMerge is now&nbsp;installed (where?)</p>\r\n<p>I will then try to run all the tests</p>\r\n<p>The second step will still be to change the projects target&nbsp;to Net 4.0 Client Profile</p>\r\n<p>I noted that about LiMerge:</p>\r\n<p><strong>Using ILMerge with v4.0</strong></p>\r\n<p>&nbsp;ILMerge should work just fine with newer versions of .NET. Just use the option: /targetplatform:v4,&lt;path to your v4 framework directory&gt;. For version 3.5, you probably&nbsp;don't need to set the target platform, but you may need to&nbsp;add the v3.5 framework directory as a /lib option so that&nbsp;assemblies from there can be found. (Unless they're in the GAC in which case they'll be found anyway.)</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2010-02-11T12:09:59.85-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "289847",
    "ThreadId": "80274",
    "Html": "<p>result of project conversion (to VisualStudio 2010)</p>\r\n<h1>Conversion Report - DotNetZip</h1>\r\n<p><span><strong>Time of Conversion:</strong> jeudi 11 f&eacute;vrier 2010 22:06<br></span></p>\r\n<h2><a>Solution</a>: DotNetZip</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> DotNetZip.sln</td>\r\n<td><a>Converted</a></td>\r\n<td>0</td>\r\n<td>0</td>\r\n</tr>\r\n<tr id=srcIDAUZZUH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - DotNetZip.sln:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Solution converted successfully</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> DotNetZip1.vsmdi</td>\r\n<td>&nbsp;</td>\r\n<td>2</td>\r\n<td>0</td>\r\n</tr>\r\n<tr id=srcIDAD0ZUH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - DotNetZip1.vsmdi:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Unable to convert files because files are read-only.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Unable to convert files because files are read-only.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td>2<a> files</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 1</td>\r\n<td>2</td>\r\n<td>0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: CF-Unzipper</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Examples\\CompactFramework\\CF-Unzipper\\CF-Unzipper.csproj</td>\r\n<td><a>Converted</a></td>\r\n<td>1</td>\r\n<td>0</td>\r\n</tr>\r\n<tr id=srcIDAV0ZUH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Examples\\CompactFramework\\CF-Unzipper\\CF-Unzipper.csproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">The project file 'C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Examples\\CompactFramework\\CF-Unzipper\\CF-Unzipper.csproj' cannot be opened. The project type is not supported by this installation.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>1</td>\r\n<td>0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: ConvertZipToSfx</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Tools\\ConvertZipToSfx\\ConvertZipToSfx.csproj</td>\r\n<td><a>Converted</a></td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n<tr id=srcIDAM1ZUH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Tools\\ConvertZipToSfx\\ConvertZipToSfx.csproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Scan complete: Upgrade not required for project files.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Your project is targeting .NET Framework 2.0 or 3.0. If your project uses assemblies requiring a newer .NET Framework, your project will fail to build. You can change the .NET Framework version by clicking Properties on the project menu and then selecting a new version in the '.NET Framework' dropdown box. (In Visual Basic, this is located on the Compile tab by clicking the 'Advanced Compiler Options...' button.)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: CreateZip</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Examples\\C#\\CreateZip\\CreateZip.csproj</td>\r\n<td><a>Converted</a></td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n<tr id=srcIDAI2ZUH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Examples\\C#\\CreateZip\\CreateZip.csproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Scan complete: Upgrade not required for project files.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Your project is targeting .NET Framework 2.0 or 3.0. If your project uses assemblies requiring a newer .NET Framework, your project will fail to build. You can change the .NET Framework version by clicking Properties on the project menu and then selecting a new version in the '.NET Framework' dropdown box. (In Visual Basic, this is located on the Compile tab by clicking the 'Advanced Compiler Options...' button.)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: QuickUnzip</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Examples\\VB\\Quick-Unzip\\QuickUnzip.vbproj</td>\r\n<td><a>Converted</a></td>\r\n<td>0</td>\r\n<td>0</td>\r\n</tr>\r\n<tr id=srcIDAE3ZUH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Examples\\VB\\Quick-Unzip\\QuickUnzip.vbproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Scan complete: Upgrade not required for project files.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>0</td>\r\n<td>0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: ReadZip</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Examples\\C#\\ReadZip\\ReadZip.csproj</td>\r\n<td><a>Converted</a></td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n<tr id=srcIDA13ZUH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Examples\\C#\\ReadZip\\ReadZip.csproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Scan complete: Upgrade not required for project files.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Your project is targeting .NET Framework 2.0 or 3.0. If your project uses assemblies requiring a newer .NET Framework, your project will fail to build. You can change the .NET Framework version by clicking Properties on the project menu and then selecting a new version in the '.NET Framework' dropdown box. (In Visual Basic, this is located on the Compile tab by clicking the 'Advanced Compiler Options...' button.)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: UnZip</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Tools\\UnZip\\UnZip.csproj</td>\r\n<td><a>Converted</a></td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n<tr id=srcIDAX4ZUH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Tools\\UnZip\\UnZip.csproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Scan complete: Upgrade not required for project files.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Your project is targeting .NET Framework 2.0 or 3.0. If your project uses assemblies requiring a newer .NET Framework, your project will fail to build. You can change the .NET Framework version by clicking Properties on the project menu and then selecting a new version in the '.NET Framework' dropdown box. (In Visual Basic, this is located on the Compile tab by clicking the 'Advanced Compiler Options...' button.)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: Win Forms App</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Tools\\WinFormsApp\\Win Forms App.csproj</td>\r\n<td><a>Converted</a></td>\r\n<td>0</td>\r\n<td>0</td>\r\n</tr>\r\n<tr id=srcIDAT5ZUH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Tools\\WinFormsApp\\Win Forms App.csproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Scan complete: Upgrade not required for project files.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>0</td>\r\n<td>0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: WinForms-TreeViewZip</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Examples\\VB\\WinForms-TreeViewZip\\WinForms-TreeViewZip\\WinForms-TreeViewZip.vbproj</td>\r\n<td><a>Converted</a></td>\r\n<td>0</td>\r\n<td>0</td>\r\n</tr>\r\n<tr id=srcIDANI0UH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Examples\\VB\\WinForms-TreeViewZip\\WinForms-TreeViewZip\\WinForms-TreeViewZip.vbproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Scan complete: Upgrade not required for project files.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>0</td>\r\n<td>0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: Zip CF Full DLL</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Zip CF Full DLL\\Zip CF Full DLL.csproj</td>\r\n<td><a>Converted</a></td>\r\n<td>1</td>\r\n<td>0</td>\r\n</tr>\r\n<tr id=srcIDAEJ0UH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Zip CF Full DLL\\Zip CF Full DLL.csproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">The project file 'C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Zip CF Full DLL\\Zip CF Full DLL.csproj' cannot be opened. The project type is not supported by this installation.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>1</td>\r\n<td>0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: Zip CF Partial DLL</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Zip CF Partial DLL\\Zip CF Partial DLL.csproj</td>\r\n<td><a>Converted</a></td>\r\n<td>1</td>\r\n<td>0</td>\r\n</tr>\r\n<tr id=srcIDA1J0UH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Zip CF Partial DLL\\Zip CF Partial DLL.csproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">The project file 'C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Zip CF Partial DLL\\Zip CF Partial DLL.csproj' cannot be opened. The project type is not supported by this installation.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>1</td>\r\n<td>0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: Zip Full DLL</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Zip Full DLL\\Zip Full DLL.csproj</td>\r\n<td><a>Converted</a></td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n<tr id=srcIDASK0UH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Zip Full DLL\\Zip Full DLL.csproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Scan complete: Upgrade not required for project files.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Your project is targeting .NET Framework 2.0 or 3.0. If your project uses assemblies requiring a newer .NET Framework, your project will fail to build. You can change the .NET Framework version by clicking Properties on the project menu and then selecting a new version in the '.NET Framework' dropdown box. (In Visual Basic, this is located on the Compile tab by clicking the 'Advanced Compiler Options...' button.)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: Zip Partial DLL</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Zip Partial DLL\\Zip Partial DLL.csproj</td>\r\n<td><a>Converted</a></td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n<tr id=srcIDANL0UH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Zip Partial DLL\\Zip Partial DLL.csproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Scan complete: Upgrade not required for project files.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Created rule set file &quot;C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Zip Partial DLL\\Migrated rules for Zip Partial DLL.ruleset&quot; for the &quot;Debug (Any CPU)&quot; configuration.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Your project is targeting .NET Framework 2.0 or 3.0. If your project uses assemblies requiring a newer .NET Framework, your project will fail to build. You can change the .NET Framework version by clicking Properties on the project menu and then selecting a new version in the '.NET Framework' dropdown box. (In Visual Basic, this is located on the Compile tab by clicking the 'Advanced Compiler Options...' button.)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: Zip Reduced</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Zip Reduced\\Zip Reduced.csproj</td>\r\n<td><a>Converted</a></td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n<tr id=srcIDAOM0UH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Zip Reduced\\Zip Reduced.csproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Scan complete: Upgrade not required for project files.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Your project is targeting .NET Framework 2.0 or 3.0. If your project uses assemblies requiring a newer .NET Framework, your project will fail to build. You can change the .NET Framework version by clicking Properties on the project menu and then selecting a new version in the '.NET Framework' dropdown box. (In Visual Basic, this is located on the Compile tab by clicking the 'Advanced Compiler Options...' button.)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: Zip Tests</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Zip Tests\\Zip Tests.csproj</td>\r\n<td><a>Converted</a></td>\r\n<td>0</td>\r\n<td>0</td>\r\n</tr>\r\n<tr id=srcIDAKN0UH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Zip Tests\\Zip Tests.csproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>0</td>\r\n<td>0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: ZipDir</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Examples\\C#\\ZipDir\\ZipDir.csproj</td>\r\n<td><a>Converted</a></td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n<tr id=srcIDA2N0UH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Examples\\C#\\ZipDir\\ZipDir.csproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Scan complete: Upgrade not required for project files.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Your project is targeting .NET Framework 2.0 or 3.0. If your project uses assemblies requiring a newer .NET Framework, your project will fail to build. You can change the .NET Framework version by clicking Properties on the project menu and then selecting a new version in the '.NET Framework' dropdown box. (In Visual Basic, this is located on the Compile tab by clicking the 'Advanced Compiler Options...' button.)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: ZipIt</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Tools\\ZipIt\\ZipIt.csproj</td>\r\n<td><a>Converted</a></td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n<tr id=srcIDAYO0UH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Tools\\ZipIt\\ZipIt.csproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Scan complete: Upgrade not required for project files.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Your project is targeting .NET Framework 2.0 or 3.0. If your project uses assemblies requiring a newer .NET Framework, your project will fail to build. You can change the .NET Framework version by clicking Properties on the project menu and then selecting a new version in the '.NET Framework' dropdown box. (In Visual Basic, this is located on the Compile tab by clicking the 'Advanced Compiler Options...' button.)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: ZipTreeView</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Examples\\C#\\ZipTreeView\\ZipTreeView.csproj</td>\r\n<td><a>Converted</a></td>\r\n<td>0</td>\r\n<td>0</td>\r\n</tr>\r\n<tr id=srcIDAUP0UH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Examples\\C#\\ZipTreeView\\ZipTreeView.csproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Scan complete: Upgrade not required for project files.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>0</td>\r\n<td>0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: Zlib</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Zlib\\Zlib.csproj</td>\r\n<td><a>Converted</a></td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n<tr id=srcIDAG3ZUH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Zlib\\Zlib.csproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Scan complete: Upgrade not required for project files.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Your project is targeting .NET Framework 2.0 or 3.0. If your project uses assemblies requiring a newer .NET Framework, your project will fail to build. You can change the .NET Framework version by clicking Properties on the project menu and then selecting a new version in the '.NET Framework' dropdown box. (In Visual Basic, this is located on the Compile tab by clicking the 'Advanced Compiler Options...' button.)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>0</td>\r\n<td>1</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: Zlib CF DLL</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Zlib CF\\Zlib CF DLL.csproj</td>\r\n<td><a>Converted</a></td>\r\n<td>1</td>\r\n<td>0</td>\r\n</tr>\r\n<tr id=srcIDATQ0UH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Zlib CF\\Zlib CF DLL.csproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">The project file 'C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Zlib CF\\Zlib CF DLL.csproj' cannot be opened. The project type is not supported by this installation.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>1</td>\r\n<td>0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2><a>Project</a>: Zlib Tests</h2>\r\n<table border=1 cellspacing=0 cellpadding=2 width=\"98%\" bordercolor=\"#ffffff\">\r\n<tbody>\r\n<tr>\r\n<td>Filename</td>\r\n<td>Status</td>\r\n<td>Errors</td>\r\n<td>Warnings</td>\r\n</tr>\r\n<tr>\r\n<td><a><img src=\"http://dotnetzip.codeplex.com/Thread/_UpgradeReport_Files/UpgradeReport_Plus.gif\" border=0 alt=\"expand/collapse section\" width=9 height=11></a> Zlib Tests\\Zlib Tests.csproj</td>\r\n<td><a>Converted</a></td>\r\n<td>0</td>\r\n<td>0</td>\r\n</tr>\r\n<tr id=srcIDAKR0UH bgcolor=\"#ffffff\">\r\n<td colspan=7>\r\n<table border=1 width=\"97%\" rules=cols bordercolor=\"#dcdcdc\">\r\n<tbody>\r\n<tr>\r\n<td colspan=7>Conversion Report - Zlib Tests\\Zlib Tests.csproj:</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-bottom:lightgray 1px solid\">Project converted successfully</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr valign=top>\r\n<td><a>1 file</a></td>\r\n<td><a>Converted</a>: 1<br><a>Not converted</a>: 0</td>\r\n<td>0</td>\r\n<td>0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>&nbsp;</p>\r\n<table border=0>\r\n<tbody>\r\n<tr>\r\n<td><strong>Conversion Settings</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Solution File: </strong>C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\DotNetZip.sln</td>\r\n</tr>\r\n</tbody>\r\n</table>",
    "PostedDate": "2010-02-11T13:10:57.163-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "289850",
    "ThreadId": "80274",
    "Html": "<p>Result of first&quot;rebuild all&quot;:</p>\r\n<p>Error&nbsp;1&nbsp;Error reading resource file 'C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Zip Partial DLL\\Resources\\ZippedResources.zip' -- 'Le fichier sp&eacute;cifi&eacute; est introuvable. '&nbsp;Zip Partial DLL<br>Error&nbsp;2&nbsp;Metadata file 'C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Zip Full DLL\\bin\\Debug\\Ionic.Zip.dll' could not be found&nbsp;UnZip<br>Error&nbsp;3&nbsp;Metadata file 'C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Zip Full DLL\\bin\\Debug\\Ionic.Zip.dll' could not be found&nbsp;ConvertZipToSfx<br>Error&nbsp;4&nbsp;Metadata file 'C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Zip Full DLL\\bin\\Debug\\Ionic.Zip.dll' could not be found&nbsp;ZipDir<br>Error&nbsp;5&nbsp;Metadata file 'C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Zip Full DLL\\bin\\Debug\\Ionic.Zip.dll' could not be found&nbsp;CreateZip<br>Error&nbsp;6&nbsp;The referenced assembly &quot;C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Zip Full DLL\\bin\\Debug\\Ionic.Zip.dll&quot; was not found. If this assembly is produced by another one of your projects, please make sure to build that project before building this one.&nbsp;QuickUnzip<br>Warning&nbsp;7&nbsp;Namespace or type specified in the Imports 'Ionic.Zip' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.&nbsp;C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Examples\\VB\\Quick-Unzip\\Qunzip.vb&nbsp;31&nbsp;9&nbsp;QuickUnzip<br>Error&nbsp;8&nbsp;Type 'ZipFile' is not defined.&nbsp;C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Examples\\VB\\Quick-Unzip\\Qunzip.vb&nbsp;149&nbsp;30&nbsp;QuickUnzip<br>Error&nbsp;9&nbsp;Could not load referenced assembly &quot;C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Zip Full DLL\\bin\\Debug\\Ionic.Zip.dll&quot;.&nbsp; Caught a FileNotFoundException saying &quot;Impossible de charger le fichier ou l'assembly 'C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Zip Full DLL\\bin\\Debug\\Ionic.Zip.dll' ou une de ses d&eacute;pendances. Le fichier sp&eacute;cifi&eacute; est introuvable.&quot;.&nbsp;C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Tools\\WinFormsApp\\ResGen&nbsp;Win Forms App<br>Warning&nbsp;10&nbsp;Could not resolve this reference. Could not locate the assembly &quot;Ionic.Zip&quot;. Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.&nbsp;WinForms-TreeViewZip<br>Warning&nbsp;11&nbsp;The referenced component 'Ionic.Zip' could not be found. &nbsp;<br>Warning&nbsp;12&nbsp;Namespace or type specified in the Imports 'Ionic.Zip' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.&nbsp;C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Examples\\VB\\WinForms-TreeViewZip\\WinForms-TreeViewZip\\Form1.vb&nbsp;1&nbsp;9&nbsp;WinForms-TreeViewZip<br>Error&nbsp;13&nbsp;Type 'Ionic.Zip.ZipFile' is not defined.&nbsp;C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Examples\\VB\\WinForms-TreeViewZip\\WinForms-TreeViewZip\\Form1.vb&nbsp;16&nbsp;20&nbsp;WinForms-TreeViewZip<br>Error&nbsp;14&nbsp;'ZipFile' is not declared. It may be inaccessible due to its protection level.&nbsp;C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Examples\\VB\\WinForms-TreeViewZip\\WinForms-TreeViewZip\\Form1.vb&nbsp;23&nbsp;19&nbsp;WinForms-TreeViewZip<br>Error&nbsp;15&nbsp;Type 'ZipEntry' is not defined.&nbsp;C:\\Users\\chasin\\Documents\\Visual Studio 10\\Projects\\DotNetZip-src-v1.9.5.1\\Examples\\VB\\WinForms-TreeViewZip\\WinForms-TreeViewZip\\Form1.vb&nbsp;26&nbsp;27&nbsp;WinForms-TreeViewZip</p>",
    "PostedDate": "2010-02-11T13:16:15.777-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "289900",
    "ThreadId": "80274",
    "Html": "<p>Hello Gilles,</p>\r\n<p>The DotNetZip source can be built in VS2008.&nbsp;&nbsp; When you try to build it in VS2010, you are in uncharted waters.&nbsp;&nbsp; I can wish you good luck, but I cannot really help you.</p>",
    "PostedDate": "2010-02-11T16:23:45.887-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "290066",
    "ThreadId": "80274",
    "Html": "<p>I know, and this version don't support the Compact Framework, which I find surprising.</p>",
    "PostedDate": "2010-02-12T03:54:05.833-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]