<?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 for Ken Kopczyk</title>
	<atom:link href="http://kenkopczyk.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kenkopczyk.com</link>
	<description>Hurdles in .NET Development</description>
	<lastBuildDate>Sat, 17 Dec 2011 00:12:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Displaying Source Code in a WordPress Post by hCGBoost</title>
		<link>http://kenkopczyk.com/2009/02/01/displaying-source-code-in-a-wordpress-post/#comment-33</link>
		<dc:creator><![CDATA[hCGBoost]]></dc:creator>
		<pubDate>Sat, 17 Dec 2011 00:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://kkopczyk.wordpress.com/?p=70#comment-33</guid>
		<description><![CDATA[This article is a at the end of the day good article. Lossing weight is benificial since your well-being and happiness.]]></description>
		<content:encoded><![CDATA[<p>This article is a at the end of the day good article. Lossing weight is benificial since your well-being and happiness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Referencing GAC Assemblies With Visual Studio 2005 by mtckmjfezqx</title>
		<link>http://kenkopczyk.com/2009/08/15/referencing-gac-assemblies-with-visual-studio-2005/#comment-32</link>
		<dc:creator><![CDATA[mtckmjfezqx]]></dc:creator>
		<pubDate>Sun, 14 Aug 2011 12:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://kenkopczyk.com/?p=185#comment-32</guid>
		<description><![CDATA[8W5Caf  &lt;a href=&quot;http://acvfwmlgioci.com/&quot; rel=&quot;nofollow&quot;&gt;acvfwmlgioci&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>8W5Caf  <a href="http://acvfwmlgioci.com/" rel="nofollow">acvfwmlgioci</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Referencing GAC Assemblies With Visual Studio 2005 by Lizabeth</title>
		<link>http://kenkopczyk.com/2009/08/15/referencing-gac-assemblies-with-visual-studio-2005/#comment-31</link>
		<dc:creator><![CDATA[Lizabeth]]></dc:creator>
		<pubDate>Thu, 11 Aug 2011 03:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://kenkopczyk.com/?p=185#comment-31</guid>
		<description><![CDATA[Your story was really inrfomtiave, thanks!]]></description>
		<content:encoded><![CDATA[<p>Your story was really inrfomtiave, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Referencing GAC Assemblies With Visual Studio 2005 by ltufzulhcj</title>
		<link>http://kenkopczyk.com/2009/08/15/referencing-gac-assemblies-with-visual-studio-2005/#comment-30</link>
		<dc:creator><![CDATA[ltufzulhcj]]></dc:creator>
		<pubDate>Thu, 26 May 2011 11:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://kenkopczyk.com/?p=185#comment-30</guid>
		<description><![CDATA[MiOguF  &lt;a href=&quot;http://kvumcjmulhsf.com/&quot; rel=&quot;nofollow&quot;&gt;kvumcjmulhsf&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>MiOguF  <a href="http://kvumcjmulhsf.com/" rel="nofollow">kvumcjmulhsf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Referencing GAC Assemblies With Visual Studio 2005 by Lotta</title>
		<link>http://kenkopczyk.com/2009/08/15/referencing-gac-assemblies-with-visual-studio-2005/#comment-29</link>
		<dc:creator><![CDATA[Lotta]]></dc:creator>
		<pubDate>Wed, 25 May 2011 23:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://kenkopczyk.com/?p=185#comment-29</guid>
		<description><![CDATA[I bow down humbly in the presence of such grnetaess.]]></description>
		<content:encoded><![CDATA[<p>I bow down humbly in the presence of such grnetaess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disabling and Enabling the Close Button in .NET 2.0 WinForms by Ken</title>
		<link>http://kenkopczyk.com/2010/01/23/disabling-and-enabling-the-close-button-in-net-2-0-winforms/#comment-17</link>
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Mon, 25 Jan 2010 20:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://kenkopczyk.com/?p=234#comment-17</guid>
		<description><![CDATA[Here&#039;s what I would do:
1.  Put the 3rd party dll into your Windows\System32 directory and register it by running this command:  
[sourcecode]
regsvr32 /i foo.dll
[/sourcecode]
2.  Add a reference to the dll via Visual Studio as you normally would.  It should create a .NET dll called Interop.foo.dll when building.  See my previous post for info for this.
3.  Invoke in the code.
4.  For deployment, use a Setup Project (vdproj).  Add the dll to &quot;System Folder&quot; and register it as vsdrfCOM.  Also add your project output (obviously).]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s what I would do:<br />
1.  Put the 3rd party dll into your Windows\System32 directory and register it by running this command:  </p>
<pre class="brush: plain;">
regsvr32 /i foo.dll
</pre>
<p>2.  Add a reference to the dll via Visual Studio as you normally would.  It should create a .NET dll called Interop.foo.dll when building.  See my previous post for info for this.<br />
3.  Invoke in the code.<br />
4.  For deployment, use a Setup Project (vdproj).  Add the dll to &#8220;System Folder&#8221; and register it as vsdrfCOM.  Also add your project output (obviously).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disabling and Enabling the Close Button in .NET 2.0 WinForms by Mark</title>
		<link>http://kenkopczyk.com/2010/01/23/disabling-and-enabling-the-close-button-in-net-2-0-winforms/#comment-16</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Mon, 25 Jan 2010 19:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://kenkopczyk.com/?p=234#comment-16</guid>
		<description><![CDATA[Basically we purchased a 3rd party DLL that manipulates PDFs.  I tried some software from Microsoft that is supposed to embed DLLs in the executable but this software did not work due to the fact that the DLL contained unmanaged code.

I also tried a technique that involved treating the DLL as a resource and dynamically loading the assembly with reflection.  I forget the specific wall I ran into with this approach but I suspect it was related to security issues.]]></description>
		<content:encoded><![CDATA[<p>Basically we purchased a 3rd party DLL that manipulates PDFs.  I tried some software from Microsoft that is supposed to embed DLLs in the executable but this software did not work due to the fact that the DLL contained unmanaged code.</p>
<p>I also tried a technique that involved treating the DLL as a resource and dynamically loading the assembly with reflection.  I forget the specific wall I ran into with this approach but I suspect it was related to security issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disabling and Enabling the Close Button in .NET 2.0 WinForms by Ken</title>
		<link>http://kenkopczyk.com/2010/01/23/disabling-and-enabling-the-close-button-in-net-2-0-winforms/#comment-15</link>
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Sun, 24 Jan 2010 04:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://kenkopczyk.com/?p=234#comment-15</guid>
		<description><![CDATA[What I&#039;m curious about is what actual problems you were having.  Was it the distribution that was the problem or the actual invocation of the 3rd party library during development?  What was did this 3rd party software do?

I have an extremely similar scenario that I work with and have solved it on both ends.  Let me know!]]></description>
		<content:encoded><![CDATA[<p>What I&#8217;m curious about is what actual problems you were having.  Was it the distribution that was the problem or the actual invocation of the 3rd party library during development?  What was did this 3rd party software do?</p>
<p>I have an extremely similar scenario that I work with and have solved it on both ends.  Let me know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disabling and Enabling the Close Button in .NET 2.0 WinForms by Mark</title>
		<link>http://kenkopczyk.com/2010/01/23/disabling-and-enabling-the-close-button-in-net-2-0-winforms/#comment-14</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Sun, 24 Jan 2010 04:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://kenkopczyk.com/?p=234#comment-14</guid>
		<description><![CDATA[Nice tutorial.

Do you know any or all of the implications of using unmanaged code?  Recently I was trying to bundle all the files required dlls for a small app I wrote so that it could easily be distributed.  Unfortunately it was dependent upon a third party library that had unmanaged code and every technique I read online and tried was unable to embed it.

I am curious what the ramifications are of using unmanaged code.]]></description>
		<content:encoded><![CDATA[<p>Nice tutorial.</p>
<p>Do you know any or all of the implications of using unmanaged code?  Recently I was trying to bundle all the files required dlls for a small app I wrote so that it could easily be distributed.  Unfortunately it was dependent upon a third party library that had unmanaged code and every technique I read online and tried was unable to embed it.</p>
<p>I am curious what the ramifications are of using unmanaged code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Referencing GAC Assemblies With Visual Studio 2005 by Ken</title>
		<link>http://kenkopczyk.com/2009/08/15/referencing-gac-assemblies-with-visual-studio-2005/#comment-11</link>
		<dc:creator><![CDATA[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><![CDATA[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)" rel="nofollow">http://msdn.microsoft.com/en-us/library/dz32563a(VS.80)</a>.aspx</p>
]]></content:encoded>
	</item>
</channel>
</rss>

