<?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: .NET-fu: Signing an Unsigned Assembly (without Delay Signing)</title>
	<atom:link href="http://buffered.io/2008/07/09/net-fu-signing-an-unsigned-assembly-without-delay-signing/feed/" rel="self" type="application/rss+xml" />
	<link>http://buffered.io/2008/07/09/net-fu-signing-an-unsigned-assembly-without-delay-signing/</link>
	<description>What would OJ do?</description>
	<lastBuildDate>Wed, 17 Mar 2010 08:58:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew</title>
		<link>http://buffered.io/2008/07/09/net-fu-signing-an-unsigned-assembly-without-delay-signing/comment-page-1/#comment-1648</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 17 Mar 2010 01:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=373#comment-1648</guid>
		<description>This worked for me, allowing me to sign a 3rd party DLL. However, I can&#039;t &#039;Import&#039; my new, signed MyDLL.dll. Heres what i did:&lt;br&gt;1. Dissambled Old.dll&lt;br&gt;2. Rebuild and signed as New.dll&lt;br&gt;3. Removed all references in my VS2005 proj to Old.dll and added references to New.dll&lt;br&gt;4. Replaced &#039;Imports Old.dll&#039; with &#039;Imports New.dll&#039;&lt;br&gt;&lt;br&gt;this final step fails. VS2005 won&#039;t recognise my New.dll&lt;br&gt;&lt;br&gt;Any clues?</description>
		<content:encoded><![CDATA[<p>This worked for me, allowing me to sign a 3rd party DLL. However, I can&#39;t &#39;Import&#39; my new, signed MyDLL.dll. Heres what i did:<br />1. Dissambled Old.dll<br />2. Rebuild and signed as New.dll<br />3. Removed all references in my VS2005 proj to Old.dll and added references to New.dll<br />4. Replaced &#39;Imports Old.dll&#39; with &#39;Imports New.dll&#39;</p>
<p>this final step fails. VS2005 won&#39;t recognise my New.dll</p>
<p>Any clues?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OJ</title>
		<link>http://buffered.io/2008/07/09/net-fu-signing-an-unsigned-assembly-without-delay-signing/comment-page-1/#comment-1611</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Fri, 19 Feb 2010 09:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=373#comment-1611</guid>
		<description>You&#039;re most welcome Andry. Thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>You&#39;re most welcome Andry. Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andry</title>
		<link>http://buffered.io/2008/07/09/net-fu-signing-an-unsigned-assembly-without-delay-signing/comment-page-1/#comment-1610</link>
		<dc:creator>Andry</dc:creator>
		<pubDate>Wed, 17 Feb 2010 15:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=373#comment-1610</guid>
		<description>This was a great help for me. Thanks!</description>
		<content:encoded><![CDATA[<p>This was a great help for me. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas James</title>
		<link>http://buffered.io/2008/07/09/net-fu-signing-an-unsigned-assembly-without-delay-signing/comment-page-1/#comment-1593</link>
		<dc:creator>Thomas James</dc:creator>
		<pubDate>Wed, 20 Jan 2010 17:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=373#comment-1593</guid>
		<description>Good one. Thanks</description>
		<content:encoded><![CDATA[<p>Good one. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OJ</title>
		<link>http://buffered.io/2008/07/09/net-fu-signing-an-unsigned-assembly-without-delay-signing/comment-page-1/#comment-1265</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Sun, 10 May 2009 10:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=373#comment-1265</guid>
		<description>@Matt: I&#039;m glad to hear you managed to find your way back here :-) Also chuffed to hear that it helped solve your problem!

Cheers bud :)</description>
		<content:encoded><![CDATA[<p>@Matt: I&#8217;m glad to hear you managed to find your way back here <img src='http://buffered.io/wp-content/plugins/smilies-themer/Silk/emoticon_smile.png' alt=':-)' class='wp-smiley' /> Also chuffed to hear that it helped solve your problem!</p>
<p>Cheers bud <img src='http://buffered.io/wp-content/plugins/smilies-themer/Silk/emoticon_smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt (Moffmo)</title>
		<link>http://buffered.io/2008/07/09/net-fu-signing-an-unsigned-assembly-without-delay-signing/comment-page-1/#comment-1262</link>
		<dc:creator>Matt (Moffmo)</dc:creator>
		<pubDate>Wed, 06 May 2009 10:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=373#comment-1262</guid>
		<description>No Way!

This was linked from another website on my google trip looking for a how to, and this worked perfectly! Also a lot easier than I thought it would be.

Thanks for your help OJ! Legend.</description>
		<content:encoded><![CDATA[<p>No Way!</p>
<p>This was linked from another website on my google trip looking for a how to, and this worked perfectly! Also a lot easier than I thought it would be.</p>
<p>Thanks for your help OJ! Legend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OJ</title>
		<link>http://buffered.io/2008/07/09/net-fu-signing-an-unsigned-assembly-without-delay-signing/comment-page-1/#comment-1025</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Wed, 21 Jan 2009 22:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=373#comment-1025</guid>
		<description>@Luis: Glad it helped! I wrote the article so that people can understand how easy it is to do when you only have a .NET framework install handy. There are &lt;a href=&quot;http://www.codeplex.com/Signer&quot; title=&quot;Signer&quot; rel=&quot;nofollow&quot;&gt;tools out there&lt;/a&gt; that you can use to do this for you as well. Sometimes those tools aren&#039;t accessible though, so knowing how it&#039;s done manually is a good thing :) Cheers!</description>
		<content:encoded><![CDATA[<p>@Luis: Glad it helped! I wrote the article so that people can understand how easy it is to do when you only have a .NET framework install handy. There are <a href="http://www.codeplex.com/Signer" title="Signer" rel="nofollow">tools out there</a> that you can use to do this for you as well. Sometimes those tools aren&#8217;t accessible though, so knowing how it&#8217;s done manually is a good thing <img src='http://buffered.io/wp-content/plugins/smilies-themer/Silk/emoticon_smile.png' alt=':)' class='wp-smiley' /> Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://buffered.io/2008/07/09/net-fu-signing-an-unsigned-assembly-without-delay-signing/comment-page-1/#comment-1024</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Wed, 21 Jan 2009 17:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=373#comment-1024</guid>
		<description>A much more cool solution than the one that I was using, executing the methods of my unsigned DLL using Reflection!
Thanks!!</description>
		<content:encoded><![CDATA[<p>A much more cool solution than the one that I was using, executing the methods of my unsigned DLL using Reflection!<br />
Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OJ</title>
		<link>http://buffered.io/2008/07/09/net-fu-signing-an-unsigned-assembly-without-delay-signing/comment-page-1/#comment-1023</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Wed, 14 Jan 2009 09:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=373#comment-1023</guid>
		<description>For those that are interested, Cosimo has &lt;a href=&quot;http://www.otherbit.com/modules/blog/BlogContent.aspx?ID=174&quot; rel=&quot;nofollow&quot;&gt;translated this article into Italian&lt;/a&gt;! Thanks very much Cosimo :)</description>
		<content:encoded><![CDATA[<p>For those that are interested, Cosimo has <a href="http://www.otherbit.com/modules/blog/BlogContent.aspx?ID=174" rel="nofollow">translated this article into Italian</a>! Thanks very much Cosimo <img src='http://buffered.io/wp-content/plugins/smilies-themer/Silk/emoticon_smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OJ</title>
		<link>http://buffered.io/2008/07/09/net-fu-signing-an-unsigned-assembly-without-delay-signing/comment-page-1/#comment-1022</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Fri, 14 Nov 2008 08:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=373#comment-1022</guid>
		<description>@Reza: That&#039;s great to hear :) I had a feeling that would be the case, and I&#039;m happy to hear that your problem is solved.
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;Cheers!&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>@Reza: That&#8217;s great to hear <img src='http://buffered.io/wp-content/plugins/smilies-themer/Silk/emoticon_smile.png' alt=':)' class='wp-smiley' /> I had a feeling that would be the case, and I&#8217;m happy to hear that your problem is solved.</p>
<div>
</div>
<div>Cheers!</div>
]]></content:encoded>
	</item>
</channel>
</rss>
