<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ZoneStripper 1.0 released</title>
	<atom:link href="http://jameskovacs.com/2004/11/08/zonestripper-10-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://jameskovacs.com/2004/11/08/zonestripper-10-released/</link>
	<description></description>
	<lastBuildDate>Wed, 21 Mar 2012 14:32:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: John Angelini - Philly XAML.org</title>
		<link>http://jameskovacs.com/2004/11/08/zonestripper-10-released/comment-page-1/#comment-382</link>
		<dc:creator>John Angelini - Philly XAML.org</dc:creator>
		<pubDate>Thu, 30 Jul 2009 13:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2004/11/09/ZoneStripper+10+Released#comment-382</guid>
		<description>One more thing to add... If Visual Studio has to do a upgrade conversion of the project, it will ignore the Zone Identifier. ie I downloaded the ZoneStripper Source Code which threw the error in VS 2005, but not in 2008 using the same solution.

Thanks again.</description>
		<content:encoded><![CDATA[<p>One more thing to add&#8230; If Visual Studio has to do a upgrade conversion of the project, it will ignore the Zone Identifier. ie I downloaded the ZoneStripper Source Code which threw the error in VS 2005, but not in 2008 using the same solution.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Angelini - Philly XAML.org</title>
		<link>http://jameskovacs.com/2004/11/08/zonestripper-10-released/comment-page-1/#comment-381</link>
		<dc:creator>John Angelini - Philly XAML.org</dc:creator>
		<pubDate>Thu, 30 Jul 2009 13:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2004/11/09/ZoneStripper+10+Released#comment-381</guid>
		<description>Thank you so much. Nothing worse than trying to show a client a solution youve been working on for them adn cant run it (App requires Full Trust) because of this error. I struggled with this for awhile and am so thankful you did this.</description>
		<content:encoded><![CDATA[<p>Thank you so much. Nothing worse than trying to show a client a solution youve been working on for them adn cant run it (App requires Full Trust) because of this error. I struggled with this for awhile and am so thankful you did this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt F</title>
		<link>http://jameskovacs.com/2004/11/08/zonestripper-10-released/comment-page-1/#comment-380</link>
		<dc:creator>Matt F</dc:creator>
		<pubDate>Sun, 05 Jul 2009 05:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2004/11/09/ZoneStripper+10+Released#comment-380</guid>
		<description>Thanks a lot.

-Matt, New Zealand</description>
		<content:encoded><![CDATA[<p>Thanks a lot.</p>
<p>-Matt, New Zealand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Kovacs</title>
		<link>http://jameskovacs.com/2004/11/08/zonestripper-10-released/comment-page-1/#comment-379</link>
		<dc:creator>James Kovacs</dc:creator>
		<pubDate>Wed, 31 Dec 2008 01:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2004/11/09/ZoneStripper+10+Released#comment-379</guid>
		<description>@Dan - The problem is with PowerShell interpreting &quot;C:\Program Files\ZoneStripper\zonestripper.exe&quot; as a string and then seeing &quot;-&quot; in &quot;-r&quot; as the minus operator. To get around this issue, use the PowerShell call operator (&amp;) followed by the command line as follows:

&amp; &quot;C:\Program Files\ZoneStripper\zonestripper.exe&quot; -r &quot;c:\csla&quot;

Now &quot;C:\Program Files\ZoneStripper\zonestripper.exe&quot; is treated as a script or program to run and the remainder of the line treated as command line arguments.

HTH,
James</description>
		<content:encoded><![CDATA[<p>@Dan &#8211; The problem is with PowerShell interpreting &quot;C:\Program Files\ZoneStripper\zonestripper.exe&quot; as a string and then seeing &quot;-&quot; in &quot;-r&quot; as the minus operator. To get around this issue, use the PowerShell call operator (&amp;) followed by the command line as follows:</p>
<p>&amp; &quot;C:\Program Files\ZoneStripper\zonestripper.exe&quot; -r &quot;c:\csla&quot;</p>
<p>Now &quot;C:\Program Files\ZoneStripper\zonestripper.exe&quot; is treated as a script or program to run and the remainder of the line treated as command line arguments.</p>
<p>HTH,<br />
James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Essin</title>
		<link>http://jameskovacs.com/2004/11/08/zonestripper-10-released/comment-page-1/#comment-378</link>
		<dc:creator>Dan Essin</dc:creator>
		<pubDate>Wed, 31 Dec 2008 00:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2004/11/09/ZoneStripper+10+Released#comment-378</guid>
		<description>Could you please tell me what is going on?

Thanks,
de

PS C:\cslacs\Visual Studio Templates&gt; &quot;C:\Program Files\ZoneStripper\zonestripper.exe&quot; -r &quot;c:\csla&quot;
You must provide a value expression on the right-hand side of the &#039;-&#039; operator.
At line:1 char:51
+ &quot;C:\Program Files\ZoneStripper\zonestripper.exe&quot; -r &lt;&lt;&lt;&lt;  &quot;c:\csla&quot;</description>
		<content:encoded><![CDATA[<p>Could you please tell me what is going on?</p>
<p>Thanks,<br />
de</p>
<p>PS C:\cslacs\Visual Studio Templates&gt; &quot;C:\Program Files\ZoneStripper\zonestripper.exe&quot; -r &quot;c:\csla&quot;<br />
You must provide a value expression on the right-hand side of the &#8216;-&#8217; operator.<br />
At line:1 char:51<br />
+ &quot;C:\Program Files\ZoneStripper\zonestripper.exe&quot; -r &lt;&lt;&lt;&lt;  &quot;c:\csla&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://jameskovacs.com/2004/11/08/zonestripper-10-released/comment-page-1/#comment-377</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 22 Oct 2008 23:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2004/11/09/ZoneStripper+10+Released#comment-377</guid>
		<description>I was getting a &quot;the project location is not trusted&quot; message in Visual Studio 2008 and a .NET security exception when trying to read a text file on my own C: drive, and this fixed the security exception right up.  I&#039;m still getting the location not trusted message when Visual Studio loads the project, but at tleast the code will run and it can read the text file.

-Matt</description>
		<content:encoded><![CDATA[<p>I was getting a &quot;the project location is not trusted&quot; message in Visual Studio 2008 and a .NET security exception when trying to read a text file on my own C: drive, and this fixed the security exception right up.  I&#8217;m still getting the location not trusted message when Visual Studio loads the project, but at tleast the code will run and it can read the text file.</p>
<p>-Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Noyes</title>
		<link>http://jameskovacs.com/2004/11/08/zonestripper-10-released/comment-page-1/#comment-376</link>
		<dc:creator>Brian Noyes</dc:creator>
		<pubDate>Sun, 30 Mar 2008 12:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2004/11/09/ZoneStripper+10+Released#comment-376</guid>
		<description>James, you rock. Thanks for this utility, this has been driving me nuts. </description>
		<content:encoded><![CDATA[<p>James, you rock. Thanks for this utility, this has been driving me nuts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav Shelar</title>
		<link>http://jameskovacs.com/2004/11/08/zonestripper-10-released/comment-page-1/#comment-375</link>
		<dc:creator>Gaurav Shelar</dc:creator>
		<pubDate>Thu, 06 Mar 2008 16:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2004/11/09/ZoneStripper+10+Released#comment-375</guid>
		<description>Thanks a million times!</description>
		<content:encoded><![CDATA[<p>Thanks a million times!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Asbra</title>
		<link>http://jameskovacs.com/2004/11/08/zonestripper-10-released/comment-page-1/#comment-374</link>
		<dc:creator>Aaron Asbra</dc:creator>
		<pubDate>Sat, 24 Jun 2006 04:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2004/11/09/ZoneStripper+10+Released#comment-374</guid>
		<description>Thank you very much for sharing this tool with the rest of us. I spent hours trying to figure out what was going on and this worked perfectly.

I knew there was a reason why I waited until now to upgrade Win XP SP2. It assumes you are an idiot and without so much as a warning message, cripples perfectly valid source code.</description>
		<content:encoded><![CDATA[<p>Thank you very much for sharing this tool with the rest of us. I spent hours trying to figure out what was going on and this worked perfectly.</p>
<p>I knew there was a reason why I waited until now to upgrade Win XP SP2. It assumes you are an idiot and without so much as a warning message, cripples perfectly valid source code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan</title>
		<link>http://jameskovacs.com/2004/11/08/zonestripper-10-released/comment-page-1/#comment-373</link>
		<dc:creator>Morgan</dc:creator>
		<pubDate>Sat, 11 Feb 2006 23:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2004/11/09/ZoneStripper+10+Released#comment-373</guid>
		<description>Excellent!  You saved me a lot of frustration with this one.

Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent!  You saved me a lot of frustration with this one.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

