<?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 on: Referencing GAC Assemblies With Visual Studio 2005</title>
	<atom:link href="http://kenkopczyk.com/2009/08/15/referencing-gac-assemblies-with-visual-studio-2005/feed/" rel="self" type="application/rss+xml" />
	<link>http://kenkopczyk.com/2009/08/15/referencing-gac-assemblies-with-visual-studio-2005/</link>
	<description>Hurdles in .NET WinForms Development</description>
	<lastBuildDate>Mon, 25 Jan 2010 20:50:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Ken</title>
		<link>http://kenkopczyk.com/2009/08/15/referencing-gac-assemblies-with-visual-studio-2005/#comment-11</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 17 Aug 2009 15:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://kenkopczyk.com/?p=185#comment-11</guid>
		<description>Creating a publisher policy:  http://msdn.microsoft.com/en-us/library/dz32563a(VS.80).aspx</description>
		<content:encoded><![CDATA[<p>Creating a publisher policy:  <a href="http://msdn.microsoft.com/en-us/library/dz32563a(VS.80).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/dz32563a(VS.80).aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://kenkopczyk.com/2009/08/15/referencing-gac-assemblies-with-visual-studio-2005/#comment-10</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 17 Aug 2009 01:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://kenkopczyk.com/?p=185#comment-10</guid>
		<description>If you have Foo.dll 1.0 and Foo.dll 2.0 installed in your GAC &lt;b&gt;and&lt;/b&gt; they are backwards compatible, you can install a publisher policy file into the GAC which will redirect calls from 1.0 to 2.0: http://msdn.microsoft.com/en-us/library/7wd6ex19(VS.80).aspx

However, if they are not backwards compatible, you need to manually change the project references to hit the newest version. Tip: When using the trick demonstrated above, VS will pick the newest version of the assembly for you.

Hope that helps!</description>
		<content:encoded><![CDATA[<p>If you have Foo.dll 1.0 and Foo.dll 2.0 installed in your GAC <b>and</b> they are backwards compatible, you can install a publisher policy file into the GAC which will redirect calls from 1.0 to 2.0: <a href="http://msdn.microsoft.com/en-us/library/7wd6ex19(VS.80).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/7wd6ex19(VS.80).aspx</a></p>
<p>However, if they are not backwards compatible, you need to manually change the project references to hit the newest version. Tip: When using the trick demonstrated above, VS will pick the newest version of the assembly for you.</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://kenkopczyk.com/2009/08/15/referencing-gac-assemblies-with-visual-studio-2005/#comment-8</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 16 Aug 2009 23:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://kenkopczyk.com/?p=185#comment-8</guid>
		<description>If all of your programs use the GAC&#039;s version of an assembly are they locked in to a specific version of said assembly?  Is there a way to configure them to use the latest version?</description>
		<content:encoded><![CDATA[<p>If all of your programs use the GAC&#8217;s version of an assembly are they locked in to a specific version of said assembly?  Is there a way to configure them to use the latest version?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
