<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>digitalMoto.net &#187; ClickOnce Deployment</title>
	<atom:link href="http://digitalMoto.net/blog/tag/clickonce-deployment/feed/" rel="self" type="application/rss+xml" />
	<link>http://digitalMoto.net/blog</link>
	<description>Off-idle banter on motorcycling, software development and life in the Pacific Northwest.</description>
	<lastBuildDate>Wed, 08 Feb 2012 22:29:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>App version by the deployment method</title>
		<link>http://digitalMoto.net/blog/2010/01/10/app-version-by-the-deployment-method/</link>
		<comments>http://digitalMoto.net/blog/2010/01/10/app-version-by-the-deployment-method/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 21:10:56 +0000</pubDate>
		<dc:creator>digital</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[ClickOnce Deployment]]></category>
		<category><![CDATA[Reflection]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://digitalMoto.net/blog/?p=1075</guid>
		<description><![CDATA[I have several clickonce deployments. And it gets old having to manually increament my version numbers in the AssemblyInfo file especially when my deployment method does that on it&#8217;s own. So&#8230; Here&#8217;s my solution. Add Reference: System.Deployment using System.Deployment.Application; ... public string Version { get; private set; } public MainViewModel() { SetVersion(); } private void [...]]]></description>
		<wfw:commentRss>http://digitalMoto.net/blog/2010/01/10/app-version-by-the-deployment-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An error occurred while signing: SignTool.exe not found.</title>
		<link>http://digitalMoto.net/blog/2009/08/25/an-error-occurred-while-signing-signtoolexe-not-found/</link>
		<comments>http://digitalMoto.net/blog/2009/08/25/an-error-occurred-while-signing-signtoolexe-not-found/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 07:12:11 +0000</pubDate>
		<dc:creator>digital</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ClickOnce Deployment]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[Win7]]></category>

		<guid isPermaLink="false">http://digitalMoto.net/blog/?p=696</guid>
		<description><![CDATA[This error popped up tonight when I tried to publish an app via ClickOnce deployment. This was the first time I had tried to publish since building up my latest machine. I had assumed the signing tool would have installed when I installed VS2008 but I was wrong. After seaching around for a solution, I [...]]]></description>
		<wfw:commentRss>http://digitalMoto.net/blog/2009/08/25/an-error-occurred-while-signing-signtoolexe-not-found/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problems with ClickOnce Deployments</title>
		<link>http://digitalMoto.net/blog/2009/06/21/problems-with-clickonce-deployments/</link>
		<comments>http://digitalMoto.net/blog/2009/06/21/problems-with-clickonce-deployments/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 17:04:23 +0000</pubDate>
		<dc:creator>digital</dc:creator>
				<category><![CDATA[Undefined]]></category>
		<category><![CDATA[ClickOnce Deployment]]></category>
		<category><![CDATA[Software development]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>

		<guid isPermaLink="false">http://digitalMoto.net/blog/?p=547</guid>
		<description><![CDATA[I&#8217;ve been fighting problems with my ClickOnce deployment. I&#8217;ve got an app that has 23 successful updates. Number 24 didn&#8217;t go as well. I started making major changes almost a month ago and I finished up a couple of the last minor fixes yesterday. The deployment uploaded fine, but it would not install on either [...]]]></description>
		<wfw:commentRss>http://digitalMoto.net/blog/2009/06/21/problems-with-clickonce-deployments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Specific Errors in ClickOnce Deployments</title>
		<link>http://digitalMoto.net/blog/2009/03/09/troubleshooting-specific-errors-in-clickonce-deployments/</link>
		<comments>http://digitalMoto.net/blog/2009/03/09/troubleshooting-specific-errors-in-clickonce-deployments/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 21:38:03 +0000</pubDate>
		<dc:creator>digital</dc:creator>
				<category><![CDATA[Undefined]]></category>
		<category><![CDATA[ClickOnce Deployment]]></category>
		<category><![CDATA[Software development]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>

		<guid isPermaLink="false">http://digitalMoto.net/blog/?p=358</guid>
		<description><![CDATA[I&#8217;ve had a problem with ClickOnce deployments lately. Unable to create the Web site &#8216;&#8216;. The components for communicating with FrontPage Server Extensions are not installed. I think I found the solution with the following URLs. I&#8217;ve installed the WebDesignerCore. Now I need to see if I can publish&#8230; http://msdn.microsoft.com/en-us/library/ms229001.aspx http://support.microsoft.com/kb/945358/en-us]]></description>
		<wfw:commentRss>http://digitalMoto.net/blog/2009/03/09/troubleshooting-specific-errors-in-clickonce-deployments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

