<?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: Referencing external assemblies using MCML</title>
	<atom:link href="http://damianblog.com/2008/03/09/referencing-external-assemblies-using-mcml/feed/" rel="self" type="application/rss+xml" />
	<link>http://damianblog.com/2008/03/09/referencing-external-assemblies-using-mcml/</link>
	<description>.NET from Geneva, Switzerland</description>
	<lastBuildDate>Tue, 31 Jan 2012 08:14:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gerard</title>
		<link>http://damianblog.com/2008/03/09/referencing-external-assemblies-using-mcml/comment-page-1/#comment-2832</link>
		<dc:creator>Gerard</dc:creator>
		<pubDate>Sun, 11 Jul 2010 11:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.wordpress.com/2008/03/09/referencing-external-assemblies-using-mcml/#comment-2832</guid>
		<description>oh i am so happy i found these posts... both what Jon and damien have said have solved my last few hours trying to work out why i kept getting an error saying cannot find type... THANKS GUYS ! :)</description>
		<content:encoded><![CDATA[<p>oh i am so happy i found these posts&#8230; both what Jon and damien have said have solved my last few hours trying to work out why i kept getting an error saying cannot find type&#8230; THANKS GUYS ! <img src='http://damianblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://damianblog.com/2008/03/09/referencing-external-assemblies-using-mcml/comment-page-1/#comment-131</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Sun, 06 Dec 2009 23:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.wordpress.com/2008/03/09/referencing-external-assemblies-using-mcml/#comment-131</guid>
		<description>I had this problem too with local assemblies... if you are walking through the sample and you have installed your media center app then assembly://MceAppAssembly/SomeNamespace  will actually pull the assembly MceAppAssembly from the GAC.

If you have just added your custom class to SomeNamespace then it isn&#039;t going to be in the assembly that the GAC knows about.

The solution is to run DevInstall /u if you are using that command from the WMC SDK.  If not the command is:

%ProgramFiles%\Microsoft SDKs\Windows\v6.0A\bin\gacutil.exe /if &quot;pathtoyourregisteredassembly&quot;</description>
		<content:encoded><![CDATA[<p>I had this problem too with local assemblies&#8230; if you are walking through the sample and you have installed your media center app then assembly://MceAppAssembly/SomeNamespace  will actually pull the assembly MceAppAssembly from the GAC.</p>
<p>If you have just added your custom class to SomeNamespace then it isn&#8217;t going to be in the assembly that the GAC knows about.</p>
<p>The solution is to run DevInstall /u if you are using that command from the WMC SDK.  If not the command is:</p>
<p>%ProgramFiles%\Microsoft SDKs\Windows\v6.0A\bin\gacutil.exe /if &#8220;pathtoyourregisteredassembly&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trent Jones</title>
		<link>http://damianblog.com/2008/03/09/referencing-external-assemblies-using-mcml/comment-page-1/#comment-130</link>
		<dc:creator>Trent Jones</dc:creator>
		<pubDate>Wed, 25 Feb 2009 05:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.wordpress.com/2008/03/09/referencing-external-assemblies-using-mcml/#comment-130</guid>
		<description>i got the class library to work via the tokencode method above, however i can&#039;t get a local file to work.  just get Error	14	Unable to find type &#039;ChannelList&#039;.</description>
		<content:encoded><![CDATA[<p>i got the class library to work via the tokencode method above, however i can&#8217;t get a local file to work.  just get Error	14	Unable to find type &#8216;ChannelList&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trent Jones</title>
		<link>http://damianblog.com/2008/03/09/referencing-external-assemblies-using-mcml/comment-page-1/#comment-129</link>
		<dc:creator>Trent Jones</dc:creator>
		<pubDate>Wed, 25 Feb 2009 04:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://damianblog.wordpress.com/2008/03/09/referencing-external-assemblies-using-mcml/#comment-129</guid>
		<description>What about a class library from the same solution.  I too am scratching my head.</description>
		<content:encoded><![CDATA[<p>What about a class library from the same solution.  I too am scratching my head.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

