<?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: Troubleshooting ClickOnce deployment issues</title>
	<atom:link href="http://www.geektieguy.com/2007/08/25/troubleshooting-clickonce-deployment-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geektieguy.com/2007/08/25/troubleshooting-clickonce-deployment-issues/</link>
	<description>News and views from the geek tie guy.</description>
	<lastBuildDate>Fri, 12 Mar 2010 15:29:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Leonardo Perez</title>
		<link>http://www.geektieguy.com/2007/08/25/troubleshooting-clickonce-deployment-issues/comment-page-1/#comment-46820</link>
		<dc:creator>Leonardo Perez</dc:creator>
		<pubDate>Thu, 12 Nov 2009 18:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektieguy.com/2007/08/25/troubleshooting-clickonce-deployment-issues/#comment-46820</guid>
		<description>Hello, i have just done everything explained here.. and it worked ( i had done a lot of things before i found this post, one of them was to remove my antivirus ). After i tested i began to install the things i had removed including my antivirus.. and IT HAPPEND AGAIN !!! ... so in my case i uninstall and (again) clear the registry.. so my suggestions is that if u are using Clickonce.. stay away from avg antivirus ( free version in my case ).</description>
		<content:encoded><![CDATA[<p>Hello, i have just done everything explained here.. and it worked ( i had done a lot of things before i found this post, one of them was to remove my antivirus ). After i tested i began to install the things i had removed including my antivirus.. and IT HAPPEND AGAIN !!! &#8230; so in my case i uninstall and (again) clear the registry.. so my suggestions is that if u are using Clickonce.. stay away from avg antivirus ( free version in my case ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul G</title>
		<link>http://www.geektieguy.com/2007/08/25/troubleshooting-clickonce-deployment-issues/comment-page-1/#comment-44696</link>
		<dc:creator>Paul G</dc:creator>
		<pubDate>Tue, 22 Sep 2009 01:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektieguy.com/2007/08/25/troubleshooting-clickonce-deployment-issues/#comment-44696</guid>
		<description>Thank you! It&#039;s been driving me crazy for weeks. I have a click once application deployed to over 150 users, and over the last 2 years not a problem. All of a sudden, one by one, each started to fail on update with &quot;The referenced assembly is not installed on your system&quot; error. Funny thing is, there was no pattern to the failure or version at which the updates stopped. To top it off, the application refused to uninstall. IT support for this client is provided from overseas, so I think that they have been updating the .NET Framework version on individual machines. I build the app on Vista and it is deployed to Win XP. Anyway, clearing the Apps\2.0 cache folder, calling ClearOnlineAppCache (using the COM component available in the framework), clearing the Deployment registry key, and clearing the registry keys listed in solution #2 has solved the problem.</description>
		<content:encoded><![CDATA[<p>Thank you! It&#8217;s been driving me crazy for weeks. I have a click once application deployed to over 150 users, and over the last 2 years not a problem. All of a sudden, one by one, each started to fail on update with &#8220;The referenced assembly is not installed on your system&#8221; error. Funny thing is, there was no pattern to the failure or version at which the updates stopped. To top it off, the application refused to uninstall. IT support for this client is provided from overseas, so I think that they have been updating the .NET Framework version on individual machines. I build the app on Vista and it is deployed to Win XP. Anyway, clearing the Apps\2.0 cache folder, calling ClearOnlineAppCache (using the COM component available in the framework), clearing the Deployment registry key, and clearing the registry keys listed in solution #2 has solved the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GeekTieGuy</title>
		<link>http://www.geektieguy.com/2007/08/25/troubleshooting-clickonce-deployment-issues/comment-page-1/#comment-697</link>
		<dc:creator>GeekTieGuy</dc:creator>
		<pubDate>Thu, 06 Sep 2007 00:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektieguy.com/2007/08/25/troubleshooting-clickonce-deployment-issues/#comment-697</guid>
		<description>Good question. I can&#039;t speak for Microsoft, so I can only give you my guess. It probably has to do with the complexity of checking timestamps/file contents and whatnot. Checking the version number is a well-defined, relatively reliable, non-ambiguous way of doing things. If you&#039;re using Visual Studio, you can tell it to increment the version number automatically every time you publish your files, so it&#039;s not too much of a headache for me personally. It doesn&#039;t even have to be a major or minor version change, it can be all the way down in the revision group (1.0.0.xyz). I&#039;d ask the question on the Microsoft MSDN forums, if I were you.</description>
		<content:encoded><![CDATA[<p>Good question. I can&#8217;t speak for Microsoft, so I can only give you my guess. It probably has to do with the complexity of checking timestamps/file contents and whatnot. Checking the version number is a well-defined, relatively reliable, non-ambiguous way of doing things. If you&#8217;re using Visual Studio, you can tell it to increment the version number automatically every time you publish your files, so it&#8217;s not too much of a headache for me personally. It doesn&#8217;t even have to be a major or minor version change, it can be all the way down in the revision group (1.0.0.xyz). I&#8217;d ask the question on the Microsoft MSDN forums, if I were you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howard</title>
		<link>http://www.geektieguy.com/2007/08/25/troubleshooting-clickonce-deployment-issues/comment-page-1/#comment-696</link>
		<dc:creator>Howard</dc:creator>
		<pubDate>Wed, 05 Sep 2007 21:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektieguy.com/2007/08/25/troubleshooting-clickonce-deployment-issues/#comment-696</guid>
		<description>Hi, maybe this is a newbie question but why does .NET require to increment the version number on everytime an application is deployed via clickonce?  This is very annoying especially when I make a test version multiple times; but maybe there is some reasonable explanation.  Why can&#039;t .NET recognize the new files and without generating a new version number and filling the cache up?</description>
		<content:encoded><![CDATA[<p>Hi, maybe this is a newbie question but why does .NET require to increment the version number on everytime an application is deployed via clickonce?  This is very annoying especially when I make a test version multiple times; but maybe there is some reasonable explanation.  Why can&#8217;t .NET recognize the new files and without generating a new version number and filling the cache up?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
