<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Codelab Blog &#187; Assembly</title>
	<atom:link href="http://blog.codelab.co.nz/tag/assembly/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codelab.co.nz</link>
	<description>Technical Articles and News from Codelab Ltd</description>
	<lastBuildDate>Tue, 17 Jan 2012 13:10:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Strong Naming Thirdparty Assemblies</title>
		<link>http://blog.codelab.co.nz/2009/02/16/strong-naming-thirdparty-assemblies/</link>
		<comments>http://blog.codelab.co.nz/2009/02/16/strong-naming-thirdparty-assemblies/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 22:06:42 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[Assembly]]></category>

		<guid isPermaLink="false">http://blog.codelab.co.nz/?p=76</guid>
		<description><![CDATA[Came across a interesting problem&#8230;what happens when your assembly is using a third party assembly that is not strongly named and you want to sign your own assembly..the issue is that you cannot sign your assembly without all other references being signed with a strong name also. Two possible options: Ask the thirdparty provider to [...]]]></description>
			<content:encoded><![CDATA[<p>Came across a interesting problem&#8230;what happens when your assembly is using a third party assembly that is not strongly named and you want to sign your own assembly..the issue is that you cannot sign your assembly without all other references being signed with a strong name also.</p>
<p>Two possible options:</p>
<ol>
<li>Ask the thirdparty provider to give you their assembly signed</li>
<li>If option 1 is not possible, you can download this tool called <a href="http://www.codeplex.com/Signer">Signer</a> which will allow you to sign a assembly after its been compiled with a key.  All you need to do is generate a key (sn -k myKey.key) and use the Signer command &#8220;signer -k myKey.key -output Directory -a assembly.dll</li>
</ol>
<p><em>References:</em></p>
<p><a href="http://www.codeplex.com/Signer">http://www.codeplex.com/Signer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codelab.co.nz/2009/02/16/strong-naming-thirdparty-assemblies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

