<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for RobinDotNet&#039;s Blog</title>
	<atom:link href="http://robindotnet.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://robindotnet.wordpress.com</link>
	<description>Azure Like It / ClickOnce</description>
	<lastBuildDate>Fri, 17 May 2013 15:02:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on About Me by Denis</title>
		<link>http://robindotnet.wordpress.com/about/#comment-5034</link>
		<dc:creator><![CDATA[Denis]]></dc:creator>
		<pubDate>Fri, 17 May 2013 15:02:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-5034</guid>
		<description><![CDATA[Robin,

Thanks for your response.  I just got it today.  As it happens I broke down and paid Microsoft to troubleshoot it for me.  Well, it wasn&#039;t a problem with my program, per se.  The issue was with Microsoft SqlServer Compact Edition.  I had it setup to install locally with my application but it was intermittently crashing on 64 bit machines because of a known (but rather poorly documented) issue with Microsoft SqlServer Compact Edition.  Fortunately, after we identified the problem I was able to find a very helpful blog post that had detailed instructions for properly setting up Microsoft SqlServer in my project.  Problem solved.  I have installed the new build on five machines (XP, Vista, 2 Windows 7, and a Windows 8) and all performed as expected.  My fix has now been released as an update to my customers.

Best Regards,

Denis]]></description>
		<content:encoded><![CDATA[<p>Robin,</p>
<p>Thanks for your response.  I just got it today.  As it happens I broke down and paid Microsoft to troubleshoot it for me.  Well, it wasn&#8217;t a problem with my program, per se.  The issue was with Microsoft SqlServer Compact Edition.  I had it setup to install locally with my application but it was intermittently crashing on 64 bit machines because of a known (but rather poorly documented) issue with Microsoft SqlServer Compact Edition.  Fortunately, after we identified the problem I was able to find a very helpful blog post that had detailed instructions for properly setting up Microsoft SqlServer in my project.  Problem solved.  I have installed the new build on five machines (XP, Vista, 2 Windows 7, and a Windows 8) and all performed as expected.  My fix has now been released as an update to my customers.</p>
<p>Best Regards,</p>
<p>Denis</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 8 and ClickOnce : the definitive answer by robindotnet</title>
		<link>http://robindotnet.wordpress.com/2013/02/24/windows-8-and-clickonce-the-definitive-answer-2/#comment-5031</link>
		<dc:creator><![CDATA[robindotnet]]></dc:creator>
		<pubDate>Thu, 16 May 2013 16:32:18 +0000</pubDate>
		<guid isPermaLink="false">https://robindotnet.wordpress.com/?p=687#comment-5031</guid>
		<description><![CDATA[Do you get the PF File not found exception when building, when running, or (only) when publishing? If it&#039;s when building, I&#039;d post it to the C# or VB MSDN Forum. If it&#039;s when publishing, I would post it to the MSDN ClickOnce forum.

Robin]]></description>
		<content:encoded><![CDATA[<p>Do you get the PF File not found exception when building, when running, or (only) when publishing? If it&#8217;s when building, I&#8217;d post it to the C# or VB MSDN Forum. If it&#8217;s when publishing, I would post it to the MSDN ClickOnce forum.</p>
<p>Robin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install IIS Application Request Routing in Windows Azure by robindotnet</title>
		<link>http://robindotnet.wordpress.com/2011/07/21/how-to-install-iis-application-request-routing-in-windows-azure/#comment-5030</link>
		<dc:creator><![CDATA[robindotnet]]></dc:creator>
		<pubDate>Thu, 16 May 2013 16:30:49 +0000</pubDate>
		<guid isPermaLink="false">https://robindotnet.wordpress.com/?p=559#comment-5030</guid>
		<description><![CDATA[Hi Carl,
Thank you for your feedback. In my experience, the msi packages ignore the /wait when running in a batch file, and I couldn&#039;t ensure that the first would finish before the next tried to run, which is why I put in the ping to make it wait. I had repeated failures when trying it with /wait. Also, when you say Azure VM, is it a VM you&#039;ve spun up yourself, or is it a cloud service? (Mine is running in a cloud service). Only other thing I can think of is they changed it in Windows Server 2012. 
Robin]]></description>
		<content:encoded><![CDATA[<p>Hi Carl,<br />
Thank you for your feedback. In my experience, the msi packages ignore the /wait when running in a batch file, and I couldn&#8217;t ensure that the first would finish before the next tried to run, which is why I put in the ping to make it wait. I had repeated failures when trying it with /wait. Also, when you say Azure VM, is it a VM you&#8217;ve spun up yourself, or is it a cloud service? (Mine is running in a cloud service). Only other thing I can think of is they changed it in Windows Server 2012.<br />
Robin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install IIS Application Request Routing in Windows Azure by Carl Stinson</title>
		<link>http://robindotnet.wordpress.com/2011/07/21/how-to-install-iis-application-request-routing-in-windows-azure/#comment-5028</link>
		<dc:creator><![CDATA[Carl Stinson]]></dc:creator>
		<pubDate>Thu, 16 May 2013 13:44:01 +0000</pubDate>
		<guid isPermaLink="false">https://robindotnet.wordpress.com/?p=559#comment-5028</guid>
		<description><![CDATA[Testing (local desktop and on Azure VM) with start /wait in batch files looks to work as required. It&#039;s a lot cleaner than the PING wait hack too.  :)]]></description>
		<content:encoded><![CDATA[<p>Testing (local desktop and on Azure VM) with start /wait in batch files looks to work as required. It&#8217;s a lot cleaner than the PING wait hack too.  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 8 and ClickOnce : the definitive answer by Florian</title>
		<link>http://robindotnet.wordpress.com/2013/02/24/windows-8-and-clickonce-the-definitive-answer-2/#comment-5027</link>
		<dc:creator><![CDATA[Florian]]></dc:creator>
		<pubDate>Thu, 16 May 2013 11:20:50 +0000</pubDate>
		<guid isPermaLink="false">https://robindotnet.wordpress.com/?p=687#comment-5027</guid>
		<description><![CDATA[forget the first section. didn&#039;t read the second article]]></description>
		<content:encoded><![CDATA[<p>forget the first section. didn&#8217;t read the second article</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 8 and ClickOnce : the definitive answer by Florian</title>
		<link>http://robindotnet.wordpress.com/2013/02/24/windows-8-and-clickonce-the-definitive-answer-2/#comment-5026</link>
		<dc:creator><![CDATA[Florian]]></dc:creator>
		<pubDate>Thu, 16 May 2013 09:49:48 +0000</pubDate>
		<guid isPermaLink="false">https://robindotnet.wordpress.com/?p=687#comment-5026</guid>
		<description><![CDATA[Great article for signing click once, but I have signed my WPF Application with a code signing certificate from godaddy and it shows it as signed. BUT I still see the smartscreen window. Is there any why how to get this not to show up.


ehm. OT: You may can help me a PE File not found exception I&#039;m getting all 3-5 times I&#039;m publishing the application. 

Thanks alot]]></description>
		<content:encoded><![CDATA[<p>Great article for signing click once, but I have signed my WPF Application with a code signing certificate from godaddy and it shows it as signed. BUT I still see the smartscreen window. Is there any why how to get this not to show up.</p>
<p>ehm. OT: You may can help me a PE File not found exception I&#8217;m getting all 3-5 times I&#8217;m publishing the application. </p>
<p>Thanks alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 8 and ClickOnce : the definitive answer by Saurabh Nandu</title>
		<link>http://robindotnet.wordpress.com/2013/02/24/windows-8-and-clickonce-the-definitive-answer-2/#comment-5017</link>
		<dc:creator><![CDATA[Saurabh Nandu]]></dc:creator>
		<pubDate>Mon, 13 May 2013 19:50:40 +0000</pubDate>
		<guid isPermaLink="false">https://robindotnet.wordpress.com/?p=687#comment-5017</guid>
		<description><![CDATA[wonderful blog... saved me a lot of time. Thanks a ton!]]></description>
		<content:encoded><![CDATA[<p>wonderful blog&#8230; saved me a lot of time. Thanks a ton!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 8 and ClickOnce : the definitive answer by robindotnet</title>
		<link>http://robindotnet.wordpress.com/2013/02/24/windows-8-and-clickonce-the-definitive-answer-2/#comment-4968</link>
		<dc:creator><![CDATA[robindotnet]]></dc:creator>
		<pubDate>Mon, 06 May 2013 06:03:07 +0000</pubDate>
		<guid isPermaLink="false">https://robindotnet.wordpress.com/?p=687#comment-4968</guid>
		<description><![CDATA[If you are working for an enterprise and your system support guys are creating their own valid certificates, then yes, that should work. I see that case so rarely, that I assumed you were using a test certificate created in Visual Studio. Sorry about that. 

There is a second bit that comes into play, especially if you have a new certificate (or one not known to Microsoft). There is a &quot;reputation&quot; that is determined based on the number of installs for an application signed with a specific certificate. There&#039;s some combination used by Microsoft in their algorithm for deciding whether to display the SSF or not. At some point, enough people will have installed the application to build up the reputation, and the SSF will no longer be displayed. I mention this in the &lt;a href=&quot;http://robindotnet.wordpress.com/2013/04/14/windows-8-and-clickonce-the-definitive-answer-revisited/&quot; rel=&quot;nofollow&quot;&gt;follow-up blog entry after this one&lt;/a&gt;.

Robin]]></description>
		<content:encoded><![CDATA[<p>If you are working for an enterprise and your system support guys are creating their own valid certificates, then yes, that should work. I see that case so rarely, that I assumed you were using a test certificate created in Visual Studio. Sorry about that. </p>
<p>There is a second bit that comes into play, especially if you have a new certificate (or one not known to Microsoft). There is a &#8220;reputation&#8221; that is determined based on the number of installs for an application signed with a specific certificate. There&#8217;s some combination used by Microsoft in their algorithm for deciding whether to display the SSF or not. At some point, enough people will have installed the application to build up the reputation, and the SSF will no longer be displayed. I mention this in the <a href="http://robindotnet.wordpress.com/2013/04/14/windows-8-and-clickonce-the-definitive-answer-revisited/" rel="nofollow">follow-up blog entry after this one</a>.</p>
<p>Robin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 8 and ClickOnce : the definitive answer by Anonymous</title>
		<link>http://robindotnet.wordpress.com/2013/02/24/windows-8-and-clickonce-the-definitive-answer-2/#comment-4939</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Thu, 02 May 2013 20:41:15 +0000</pubDate>
		<guid isPermaLink="false">https://robindotnet.wordpress.com/?p=687#comment-4939</guid>
		<description><![CDATA[If an end user or a group policy administrator installs the publisher&#039;s certificate into the Trusted Publishers store and the issuing certificate into the Trusted Root certificate store, SmartScreen Filter should not prompt the user for ANY reason, as they have already &quot;clicked&quot; their consent to trust the publisher by having installed those certificates.  That is the problem.  I&#039;m sorry you couldn&#039;t understand the extended metaphor.  If an organization chooses to issue its own code signing certificates for use inside its own organization, and installs those certificates in the Trusted Publishers store on its own computers, what right does Microsoft have to tell the organization that it should not trust the organization&#039;s own in-house developed software?]]></description>
		<content:encoded><![CDATA[<p>If an end user or a group policy administrator installs the publisher&#8217;s certificate into the Trusted Publishers store and the issuing certificate into the Trusted Root certificate store, SmartScreen Filter should not prompt the user for ANY reason, as they have already &#8220;clicked&#8221; their consent to trust the publisher by having installed those certificates.  That is the problem.  I&#8217;m sorry you couldn&#8217;t understand the extended metaphor.  If an organization chooses to issue its own code signing certificates for use inside its own organization, and installs those certificates in the Trusted Publishers store on its own computers, what right does Microsoft have to tell the organization that it should not trust the organization&#8217;s own in-house developed software?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 8 and ClickOnce : the definitive answer revisited by robindotnet</title>
		<link>http://robindotnet.wordpress.com/2013/04/14/windows-8-and-clickonce-the-definitive-answer-revisited/#comment-4936</link>
		<dc:creator><![CDATA[robindotnet]]></dc:creator>
		<pubDate>Thu, 02 May 2013 19:12:36 +0000</pubDate>
		<guid isPermaLink="false">https://robindotnet.wordpress.com/?p=699#comment-4936</guid>
		<description><![CDATA[If it says unknown publisher, then either your deployment is not signed, your executable is not signed, or your certificate is not from a valid CA like Verisign. You can check the executable by looking at its properties.]]></description>
		<content:encoded><![CDATA[<p>If it says unknown publisher, then either your deployment is not signed, your executable is not signed, or your certificate is not from a valid CA like Verisign. You can check the executable by looking at its properties.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
