<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Salvo(z)</title>
	
	<link>http://salvoz.com/blog</link>
	<description>Aviation, Fitness and Technology</description>
	<lastBuildDate>Tue, 06 Dec 2011 01:29:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForSalvoz" /><feedburner:info uri="commentsforsalvoz" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on Programmatically setting WCF Configuration by Adam Salvo</title>
		<link>http://salvoz.com/blog/2007/12/09/programmatically-setting-wcf-configuration/#comment-508</link>
		<dc:creator>Adam Salvo</dc:creator>
		<pubDate>Tue, 06 Dec 2011 01:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.salvoz.com/2007/12/09/ProgrammaticallySettingWCFConfiguration.aspx#comment-508</guid>
		<description>I havn't revisited this since I wrote the post. I'm kind of surprised how much traffic it gets.</description>
		<content:encoded><![CDATA[<p>I havn&#8217;t revisited this since I wrote the post. I&#8217;m kind of surprised how much traffic it gets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programmatically setting WCF Configuration by Boudewijn</title>
		<link>http://salvoz.com/blog/2007/12/09/programmatically-setting-wcf-configuration/#comment-495</link>
		<dc:creator>Boudewijn</dc:creator>
		<pubDate>Fri, 02 Dec 2011 06:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.salvoz.com/2007/12/09/ProgrammaticallySettingWCFConfiguration.aspx#comment-495</guid>
		<description>Hi,

did you manage to load dynamic configs in the 4.0 framework?

Boudewijn</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>did you manage to load dynamic configs in the 4.0 framework?</p>
<p>Boudewijn</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Assemblies in Sql Server Reporting Services 2008 R2 by Glenn</title>
		<link>http://salvoz.com/blog/2011/01/10/custom-assemblies-in-sql-server-reporting-services-2008-r2/#comment-485</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Tue, 29 Nov 2011 20:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.salvoz.com/2011/01/10/CustomAssembliesInSqlServerReportingServices2008R2.aspx#comment-485</guid>
		<description>Thanks for this. It was the best instructional I found on the subject. Page 3 of the google search, unfortunately, so I had to kiss a lot of frogs before I arrived here.

Best</description>
		<content:encoded><![CDATA[<p>Thanks for this. It was the best instructional I found on the subject. Page 3 of the google search, unfortunately, so I had to kiss a lot of frogs before I arrived here.</p>
<p>Best</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Made in USA – September 2011 Recap by Pacific Think Tees</title>
		<link>http://salvoz.com/blog/2011/09/25/made-in-usa-september-2011-recap/#comment-477</link>
		<dc:creator>Pacific Think Tees</dc:creator>
		<pubDate>Mon, 28 Nov 2011 08:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://salvoz.com/blog/2011/09/25/made-in-usa-september-2011-recap/#comment-477</guid>
		<description>Just wanted to say 'thank you' for the mention!  There are a lot of people in the Seattle/Tacoma area, and really throughout the country, that want custom shirts that are made right here in America.  I'm happy to fill that need.  I appreciate you getting the word out on other businesses as well who have made it their goal to employ the American worker.  We need more blogs like yours!   ~Heidi Anderson, Owner @ Pacific Think Tees</description>
		<content:encoded><![CDATA[<p>Just wanted to say &#8216;thank you&#8217; for the mention!  There are a lot of people in the Seattle/Tacoma area, and really throughout the country, that want custom shirts that are made right here in America.  I&#8217;m happy to fill that need.  I appreciate you getting the word out on other businesses as well who have made it their goal to employ the American worker.  We need more blogs like yours!   ~Heidi Anderson, Owner @ Pacific Think Tees</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSIS: Implementing Package Logging by Bill</title>
		<link>http://salvoz.com/blog/2011/11/12/ssis-implementing-package-logging/#comment-432</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Mon, 14 Nov 2011 02:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://salvoz.com/blog/2011/11/12/ssis-implementing-package-logging/#comment-432</guid>
		<description>It might be helpful to readers to clarify that custom event handlers are independent of the out-of-the-box logging. Perhaps provide examples of common actions to perform in the event handlers e.g. in the OnError event, you can access the event scoped System variables SourceName and the GUID of the failing container (ScopeID). Thanks for blogging, looks like I have a few year's worth of posts to catch up on.</description>
		<content:encoded><![CDATA[<p>It might be helpful to readers to clarify that custom event handlers are independent of the out-of-the-box logging. Perhaps provide examples of common actions to perform in the event handlers e.g. in the OnError event, you can access the event scoped System variables SourceName and the GUID of the failing container (ScopeID). Thanks for blogging, looks like I have a few year&#8217;s worth of posts to catch up on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSIS: Issues with the Excel Data Source by Steve</title>
		<link>http://salvoz.com/blog/2011/11/12/ssis-issues-with-the-excel-data-source/#comment-429</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 13 Nov 2011 01:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://salvoz.com/blog/2011/11/12/ssis-issues-with-the-excel-data-source/#comment-429</guid>
		<description>heh, for sure http://blog.stevienova.com/2007/10/10/importing-data-from-excel-gotcha-the-top-8-row-rule/</description>
		<content:encoded><![CDATA[<p>heh, for sure <a href="http://blog.stevienova.com/2007/10/10/importing-data-from-excel-gotcha-the-top-8-row-rule/" rel="nofollow">http://blog.stevienova.com/2007/10/10/importing-data-from-excel-gotcha-the-top-8-row-rule/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Failed to open Group Policy Object by Harshwardhan</title>
		<link>http://salvoz.com/blog/2010/09/29/failed-to-open-group-policy-object/#comment-426</link>
		<dc:creator>Harshwardhan</dc:creator>
		<pubDate>Wed, 09 Nov 2011 06:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.salvoz.com/2010/09/29/FailedToOpenGroupPolicyObject.aspx#comment-426</guid>
		<description>Thanks Adam, This helped.</description>
		<content:encoded><![CDATA[<p>Thanks Adam, This helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Failed to open Group Policy Object by Francois</title>
		<link>http://salvoz.com/blog/2010/09/29/failed-to-open-group-policy-object/#comment-416</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Thu, 03 Nov 2011 11:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.salvoz.com/2010/09/29/FailedToOpenGroupPolicyObject.aspx#comment-416</guid>
		<description>Great! Thanks.
Had the same issue on my Windows 2003 server and proceeded as per the steps you mentionned and I could access GP.</description>
		<content:encoded><![CDATA[<p>Great! Thanks.<br />
Had the same issue on my Windows 2003 server and proceeded as per the steps you mentionned and I could access GP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running XUnit from Team Build 2010 and Publishing Results by moby</title>
		<link>http://salvoz.com/blog/2010/02/22/running-xunit-from-team-build-2010-and-publishing-results/#comment-401</link>
		<dc:creator>moby</dc:creator>
		<pubDate>Mon, 17 Oct 2011 00:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.salvoz.com/2010/02/22/RunningXUnitFromTeamBuild2010AndPublishingResults.aspx#comment-401</guid>
		<description>i am trying to follow however it s a bit hard to keep the track. is it possible somehow have the screenshots or the xaml file that i could compare with that i m on right track. sorry i m quite new in this field my questions my sound not very reasonable.</description>
		<content:encoded><![CDATA[<p>i am trying to follow however it s a bit hard to keep the track. is it possible somehow have the screenshots or the xaml file that i could compare with that i m on right track. sorry i m quite new in this field my questions my sound not very reasonable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running XUnit from Team Build 2010 and Publishing Results by moby</title>
		<link>http://salvoz.com/blog/2010/02/22/running-xunit-from-team-build-2010-and-publishing-results/#comment-400</link>
		<dc:creator>moby</dc:creator>
		<pubDate>Mon, 17 Oct 2011 00:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.salvoz.com/2010/02/22/RunningXUnitFromTeamBuild2010AndPublishingResults.aspx#comment-400</guid>
		<description>thanks Adam. i heard on vnext. however what is my best bet, i feel should proceed without waiting vnext.  should i follow your steps, i don't wanna be spending much time, and save my creativity on my actual project rather than my work environment.</description>
		<content:encoded><![CDATA[<p>thanks Adam. i heard on vnext. however what is my best bet, i feel should proceed without waiting vnext.  should i follow your steps, i don&#8217;t wanna be spending much time, and save my creativity on my actual project rather than my work environment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

