<?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: Assembly.GetManifestResourceStream()</title>
	<atom:link href="http://blog.brianhartsock.com/2007/11/30/assemblygetmanifestresourcestream/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.brianhartsock.com/2007/11/30/assemblygetmanifestresourcestream/</link>
	<description>The exciting life of a software developer and nerd</description>
	<pubDate>Tue, 06 Jan 2009 14:50:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Moth</title>
		<link>http://blog.brianhartsock.com/2007/11/30/assemblygetmanifestresourcestream/comment-page-1/#comment-555</link>
		<dc:creator>Moth</dc:creator>
		<pubDate>Wed, 31 Dec 2008 12:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianhartsock.com/2007/11/30/assemblygetmanifestresourcestream/#comment-555</guid>
		<description>Thanks, it also helped me figuring out what was wrong in my .netcf application while trying to load embedded wav files.
I learned two things: 
1) Use the .NET Reflector tool to actually figure out the path to the resource.
2) In VS2005, the build action for the actual embedded resource (in the properties window) must be set to 'Embedded Resource' instead of the default action (which is 'None')</description>
		<content:encoded><![CDATA[<p>Thanks, it also helped me figuring out what was wrong in my .netcf application while trying to load embedded wav files.<br />
I learned two things:<br />
1) Use the .NET Reflector tool to actually figure out the path to the resource.<br />
2) In VS2005, the build action for the actual embedded resource (in the properties window) must be set to &#8216;Embedded Resource&#8217; instead of the default action (which is &#8216;None&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bicubic</title>
		<link>http://blog.brianhartsock.com/2007/11/30/assemblygetmanifestresourcestream/comment-page-1/#comment-471</link>
		<dc:creator>Bicubic</dc:creator>
		<pubDate>Sun, 14 Sep 2008 06:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianhartsock.com/2007/11/30/assemblygetmanifestresourcestream/#comment-471</guid>
		<description>Thank you very much, helped me figure out the same issue.</description>
		<content:encoded><![CDATA[<p>Thank you very much, helped me figure out the same issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blog.brianhartsock.com/2007/11/30/assemblygetmanifestresourcestream/comment-page-1/#comment-401</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 10 Feb 2008 13:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianhartsock.com/2007/11/30/assemblygetmanifestresourcestream/#comment-401</guid>
		<description>Actually, I think this it should be DefaultNamespace.PathToResourceFile, not the assembly name.  And this is working because by default your default namespace IS the assembly name, but not in my case :(.  But this post did help me figure out what .NET was expecting, so thanks!</description>
		<content:encoded><![CDATA[<p>Actually, I think this it should be DefaultNamespace.PathToResourceFile, not the assembly name.  And this is working because by default your default namespace IS the assembly name, but not in my case :(.  But this post did help me figure out what .NET was expecting, so thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.633 seconds -->
