<?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/"
	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>Ken Kopczyk</title>
	<atom:link href="https://kenkopczyk.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://kenkopczyk.com</link>
	<description>Hurdles in .NET Development</description>
	<lastBuildDate>Tue, 17 Apr 2012 20:21:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<site xmlns="com-wordpress:feed-additions:1">6344943</site><cloud domain='kenkopczyk.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://secure.gravatar.com/blavatar/264ad571dec4179e56c640f0f5c2905f72543d6da28ba16e3025085d9f14d718?s=96&#038;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Ken Kopczyk</title>
		<link>https://kenkopczyk.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://kenkopczyk.com/osd.xml" title="Ken Kopczyk" />
	<atom:link rel='hub' href='https://kenkopczyk.com/?pushpress=hub'/>
	<item>
		<title>UprightNJ.com</title>
		<link>https://kenkopczyk.com/2012/04/16/uprightnj-com/</link>
					<comments>https://kenkopczyk.com/2012/04/16/uprightnj-com/#respond</comments>
		
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Tue, 17 Apr 2012 01:01:53 +0000</pubDate>
				<category><![CDATA[Freelance Projects]]></category>
		<category><![CDATA[Web Development]]></category>
		<guid isPermaLink="false">http://kenkopczyk.com/2012/04/16/uprightnj-com/</guid>

					<description><![CDATA[Just finished up on the first round of my freelance project, uprightnj.com.  I designed and implemented this from scratch with a little help from Fancybox for all the picture galleries and YUI Grids for the site&#8217;s wireframe.  It is hosted using Godaddy.  There are a couple pages that still need to be fleshed out, but [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Just finished up on the first round of my freelance project,<a href="http://uprightnj.com/" target="_blank"> uprightnj.com</a>.  I designed and implemented this from scratch with a little help from <a href="http://fancybox.net/">Fancybox</a> for all the picture galleries and <a href="http://developer.yahoo.com/yui/grids/" target="_blank">YUI Grids</a> for the site&#8217;s wireframe.  It is hosted using Godaddy.  There are a couple pages that still need to be fleshed out, but I thought it had enough content to get launched.</p>
<p>Next steps:  SEO and Google Adwords.</p>
<div style="text-align:center;">
<a href="http://uprightnj.com"><br />
<img class="size-full wp-image" src="https://kenkopczyk.com/wp-content/uploads/2012/04/upright.png?w=590" alt="Image" /><br />
</a>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://kenkopczyk.com/2012/04/16/uprightnj-com/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">508</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc4cdb4319f892034ee9f972005c3077805ed73a7fd9dc5c8a89e44c1d01d3ba?s=96&#38;d=https%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Ken</media:title>
		</media:content>

		<media:content url="https://kenkopczyk.com/wp-content/uploads/2012/04/upright.png?w=590" medium="image">
			<media:title type="html">Image</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing SVN on Windows is Easy!</title>
		<link>https://kenkopczyk.com/2010/12/21/installing-svn-on-windows-is-easy/</link>
					<comments>https://kenkopczyk.com/2010/12/21/installing-svn-on-windows-is-easy/#respond</comments>
		
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Tue, 21 Dec 2010 17:34:44 +0000</pubDate>
				<category><![CDATA[Source Control]]></category>
		<category><![CDATA[SVN]]></category>
		<guid isPermaLink="false">http://kenkopczyk.com/?p=418</guid>

					<description><![CDATA[I shouldn&#8217;t have to go into the importance of a good source control system. It allows you to do the following great things: track code changes over time rebuild old versions for technical support purposes discover the original author of the software so you can playfully fingerpoint when it breaks document features and bug fixes [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I shouldn&#8217;t have to go into the importance of a good source control system.  It allows you to do the following great things:</p>
<ul>
<li>track code changes over time</li>
<li>rebuild old versions for technical support purposes</li>
<li>discover the original author of the software so you can playfully fingerpoint when it breaks</li>
<li>document features and bug fixes in a particular release</li>
<li>it&#8217;s a giant &#8220;undo&#8221; button!  (as described in <em><a href="http://www.amazon.com/Pragmatic-Programmer-Journeyman-Master/dp/020161622X/ref=sr_1_1?ie=UTF8&amp;qid=1292900583&amp;sr=8-1" target="_blank">The Pragmatic Programmer</a></em>)</li>
</ul>
<p>Installing an <a href="http://en.wikipedia.org/wiki/Apache_Subversion" target="_blank">SVN</a> server as a windows service is painless:</p>
<ol>
<li>Download and install the <a href="http://www.open.collab.net/downloads/subversion/svn1.5.html" target="_blank">CollabNet SVN server and command-line client package</a> on your server.
<ul>
<li>At the time of writing this, the latest stable version was 1.6.15.</li>
<li>Since we are installing this to run as a Windows Service, you can uncheck Apache in the &#8220;Choose Components&#8221; step.  (Figure 1)</li>
<li>By default, SVN uses port 3690 and a default repository path of c:\svn_repository.  (Figure 2)</li>
</ul>
</li>
<li>To set up a repository, run the following command:  
<pre class="brush: plain; title: ; notranslate">svnadmin create &quot;c:\svn_repository&quot;</pre>
</li>
<li>Uncomment the following lines from c:\svn_repository\conf\svnserve.conf
<pre class="brush: plain; title: ; notranslate">
anon-access = read
auth-access = write
password-db = passwd
</pre>
</li>
<li>Add users to c:\svn_repository\conf\passwd
<pre class="brush: plain; title: ; notranslate">
[users]
# harry = harryssecret
# sally = sallyssecret
user = password
</pre>
</li>
<li>Make sure port 3690 is open on your server if you have a firewall.</li>
<li>Start the &#8220;CollabNet Subversion svnserve&#8221; windows service and you&#8217;re server is good to go!</li>
</ol>
<p>Next, we need to install some client components that can access the server:</p>
<ol>
<li>Download and install<a href="http://tortoisesvn.net/downloads.html" target="_blank"> TortoiseSVN</a> on your client machine.
<ul>
<li>Allows you to access the SVN server and integrates into the windows shell.</li>
<li>At the time of writing, the latest version is 1.6.12, which is designed to work with SVN server 1.6.15</li>
<li>All default options are fine.</li>
<li>Requires restart.</li>
</ul>
</li>
<li>Download and install <a href="http://winmerge.org/" target="_blank">WinMerge </a>on your client machine.
<ul>
<li>Default options are fine, but ensure that &#8220;Integrate with TortoiseSVN&#8221; is checked.  (Figure 3)</li>
<li>The TortoiseSVN integration allows WinMerge to handle diff&#8217;ing of code history.</li>
</ul>
</li>
</ol>
<table>
<tbody>
<tr>
<td>
<p><div data-shortcode="caption" id="attachment_432" style="width: 160px" class="wp-caption alignnone"><a href="https://kenkopczyk.com/wp-content/uploads/2010/12/svn1.png"><img aria-describedby="caption-attachment-432" data-attachment-id="432" data-permalink="https://kenkopczyk.com/2010/12/21/installing-svn-on-windows-is-easy/svn1/" data-orig-file="https://kenkopczyk.com/wp-content/uploads/2010/12/svn1.png" data-orig-size="513,399" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="svn1" data-image-description="" data-image-caption="&lt;p&gt;Figure 1&lt;/p&gt;
" data-medium-file="https://kenkopczyk.com/wp-content/uploads/2010/12/svn1.png?w=300" data-large-file="https://kenkopczyk.com/wp-content/uploads/2010/12/svn1.png?w=513" class="size-thumbnail wp-image-432" title="svn1" src="https://kenkopczyk.com/wp-content/uploads/2010/12/svn1.png?w=150&#038;h=116" alt="" width="150" height="116" srcset="https://kenkopczyk.com/wp-content/uploads/2010/12/svn1.png?w=150 150w, https://kenkopczyk.com/wp-content/uploads/2010/12/svn1.png?w=300 300w" sizes="(max-width: 150px) 100vw, 150px" /></a><p id="caption-attachment-432" class="wp-caption-text">Figure 1</p></div></td>
<td>
<p><div data-shortcode="caption" id="attachment_433" style="width: 160px" class="wp-caption alignnone"><a href="https://kenkopczyk.com/wp-content/uploads/2010/12/svn2.png"><img aria-describedby="caption-attachment-433" data-attachment-id="433" data-permalink="https://kenkopczyk.com/2010/12/21/installing-svn-on-windows-is-easy/svn2/" data-orig-file="https://kenkopczyk.com/wp-content/uploads/2010/12/svn2.png" data-orig-size="513,399" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="svn2" data-image-description="" data-image-caption="&lt;p&gt;Figure 2&lt;/p&gt;
" data-medium-file="https://kenkopczyk.com/wp-content/uploads/2010/12/svn2.png?w=300" data-large-file="https://kenkopczyk.com/wp-content/uploads/2010/12/svn2.png?w=513" class="size-thumbnail wp-image-433" title="svn2" src="https://kenkopczyk.com/wp-content/uploads/2010/12/svn2.png?w=150&#038;h=116" alt="" width="150" height="116" srcset="https://kenkopczyk.com/wp-content/uploads/2010/12/svn2.png?w=150 150w, https://kenkopczyk.com/wp-content/uploads/2010/12/svn2.png?w=300 300w" sizes="(max-width: 150px) 100vw, 150px" /></a><p id="caption-attachment-433" class="wp-caption-text">Figure 2</p></div></td>
<td>
<p><div data-shortcode="caption" id="attachment_434" style="width: 160px" class="wp-caption alignnone"><a href="https://kenkopczyk.com/wp-content/uploads/2010/12/winmerge.png"><img aria-describedby="caption-attachment-434" data-attachment-id="434" data-permalink="https://kenkopczyk.com/2010/12/21/installing-svn-on-windows-is-easy/winmerge/" data-orig-file="https://kenkopczyk.com/wp-content/uploads/2010/12/winmerge.png" data-orig-size="513,398" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="winmerge" data-image-description="" data-image-caption="&lt;p&gt;Figure 3&lt;/p&gt;
" data-medium-file="https://kenkopczyk.com/wp-content/uploads/2010/12/winmerge.png?w=300" data-large-file="https://kenkopczyk.com/wp-content/uploads/2010/12/winmerge.png?w=513" class="size-thumbnail wp-image-434" title="winmerge" src="https://kenkopczyk.com/wp-content/uploads/2010/12/winmerge.png?w=150&#038;h=116" alt="" width="150" height="116" srcset="https://kenkopczyk.com/wp-content/uploads/2010/12/winmerge.png?w=150 150w, https://kenkopczyk.com/wp-content/uploads/2010/12/winmerge.png?w=300 300w" sizes="(max-width: 150px) 100vw, 150px" /></a><p id="caption-attachment-434" class="wp-caption-text">Figure 3</p></div></td>
</tr>
</tbody>
</table>
]]></content:encoded>
					
					<wfw:commentRss>https://kenkopczyk.com/2010/12/21/installing-svn-on-windows-is-easy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">418</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc4cdb4319f892034ee9f972005c3077805ed73a7fd9dc5c8a89e44c1d01d3ba?s=96&#38;d=https%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Ken</media:title>
		</media:content>

		<media:content url="https://kenkopczyk.com/wp-content/uploads/2010/12/svn1.png?w=150" medium="image">
			<media:title type="html">svn1</media:title>
		</media:content>

		<media:content url="https://kenkopczyk.com/wp-content/uploads/2010/12/svn2.png?w=150" medium="image">
			<media:title type="html">svn2</media:title>
		</media:content>

		<media:content url="https://kenkopczyk.com/wp-content/uploads/2010/12/winmerge.png?w=150" medium="image">
			<media:title type="html">winmerge</media:title>
		</media:content>
	</item>
		<item>
		<title>MSI Upgrade Removes Necessary Registry Entries! Help!</title>
		<link>https://kenkopczyk.com/2010/12/13/msi-upgrade-removes-necessary-registry-entries/</link>
					<comments>https://kenkopczyk.com/2010/12/13/msi-upgrade-removes-necessary-registry-entries/#respond</comments>
		
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Mon, 13 Dec 2010 16:33:31 +0000</pubDate>
				<category><![CDATA[Installer]]></category>
		<guid isPermaLink="false">http://kenkopczyk.com/?p=334</guid>

					<description><![CDATA[Using a Visual Studio &#8220;Setup Project&#8221; is a quick and easy way to create a simple MSI installation package. Creating a basic installation package is as easy as selecting the items you want to package (exe/dll within your solution, Assemblies, miscellaneous files, etc), choosing their location (system directory, GAC, Desktop, etc) and flipping a couple [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Using a Visual Studio &#8220;Setup Project&#8221; is a quick and easy way to create a simple MSI installation package.  Creating a basic installation package is as easy as selecting the items you want to package (exe/dll within your solution, Assemblies, miscellaneous files, etc), choosing their location (system directory, GAC, Desktop, etc) and flipping a couple of options within the Properties window.  You can even have it automatically register assemblies if necessary.  This is very helpful if you have to deal with older COM components.</p>
<div data-shortcode="caption" id="attachment_348" style="width: 562px" class="wp-caption alignnone"><a href="https://kenkopczyk.com/wp-content/uploads/2010/12/setupprojvs1.jpg"><img aria-describedby="caption-attachment-348" loading="lazy" data-attachment-id="348" data-permalink="https://kenkopczyk.com/2010/12/13/msi-upgrade-removes-necessary-registry-entries/setupprojvs/" data-orig-file="https://kenkopczyk.com/wp-content/uploads/2010/12/setupprojvs1.jpg" data-orig-size="552,465" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="VSSetupProject" data-image-description="" data-image-caption="&lt;p&gt;Properties window for a Visual Studio Setup Project&lt;/p&gt;
" data-medium-file="https://kenkopczyk.com/wp-content/uploads/2010/12/setupprojvs1.jpg?w=300" data-large-file="https://kenkopczyk.com/wp-content/uploads/2010/12/setupprojvs1.jpg?w=552" class="size-full wp-image-348" title="VSSetupProject" src="https://kenkopczyk.com/wp-content/uploads/2010/12/setupprojvs1.jpg?w=552&#038;h=465" alt="" width="552" height="465" srcset="https://kenkopczyk.com/wp-content/uploads/2010/12/setupprojvs1.jpg 552w, https://kenkopczyk.com/wp-content/uploads/2010/12/setupprojvs1.jpg?w=150&amp;h=126 150w, https://kenkopczyk.com/wp-content/uploads/2010/12/setupprojvs1.jpg?w=300&amp;h=253 300w" sizes="(max-width: 552px) 100vw, 552px" /></a><p id="caption-attachment-348" class="wp-caption-text">Properties window for a Visual Studio Setup Project</p></div>
<p>After releasing an initial MSI version 1.0, I started running into issues with my 2.0 upgrade MSI.  My intent was to have the new MSI remove all components/files installed by the 1.0 MSI, and then install the 2.0 components.  I thought this would be accomplished by flipping the &#8220;RemovePreviousVersions&#8221; property to true, incrementing the &#8220;Version&#8221; property and changing the &#8220;ProductCode.&#8221;  However, I&#8217;ve experienced issues where registry entries were getting removed and files were not getting updated as they should.  Turns out the MSI needed additional TLC which the &#8220;Setup Project&#8221; GUI within Visual Studio could not provide.  Enter Orca.</p>
<p><a href="http://msdn.microsoft.com/en-us/library/aa370557(VS.85).aspx" target="_blank">Orca</a> is a database table editor that gives you full access to all the settings within the MSI.  It provides much more granule control than what Visual Studio gives you.  It is available as part of the <a href="http://msdn.microsoft.com/en-us/library/aa370834(VS.85).aspx" target="_blank">Windows SDK Components for Windows Installer Developers</a>.  To fix all my upgrading issues, I used the following steps:</p>
<ol>
<li>In the <strong>Properties</strong> table, I&#8217;ve added the key/value pair: <strong>REINSTALLMODE = amus</strong>.  See <a href="http://msdn.microsoft.com/en-us/library/aa371182(VS.85).aspx">MSDN </a>for more info on this property.</li>
<li>In the <strong>InstallExecuteSequence</strong> table, I modified the <strong>Sequence</strong> of the <strong>RemoveExistingProducts Action </strong>to come just before the <strong>InstallValidate</strong> Action. This is per the advice of Adrian Accinelli from the following thread: <a rel="nofollow" href="http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/669155e0-a9db-49af-b01e-ef959d63bfb4" target="_blank">MSDN MSI Forum</a></li>
<li>Finally, I checked to make sure the rows in the <strong>Upgrade</strong> table were correct. I modified it so that the row with <strong>ActionProperty = PREVIOUSVERSIONSINSTALLED</strong> had the version min set to 1.0.0.0, version max set to the version number of the previous version, and the Attributes set to 768. I modified the row with <strong>ActionProperty = NEWERPRODUCTFOUND</strong> to have version min set to the version number of your upgrade, version max set to blank, and Attributes set to 258. See <a rel="nofollow" href="http://msdn.microsoft.com/en-us/library/aa372379%28VS.85%29.aspx">here</a> for details of the <strong>Attributes</strong> column.</li>
</ol>
<div data-shortcode="caption" id="attachment_346" style="width: 901px" class="wp-caption alignnone"><a href="https://kenkopczyk.com/wp-content/uploads/2010/12/orcaupgrade.jpg"><img aria-describedby="caption-attachment-346" loading="lazy" data-attachment-id="346" data-permalink="https://kenkopczyk.com/2010/12/13/msi-upgrade-removes-necessary-registry-entries/orcaupgrade/" data-orig-file="https://kenkopczyk.com/wp-content/uploads/2010/12/orcaupgrade.jpg" data-orig-size="891,269" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="OrcaUpgradeTable" data-image-description="" data-image-caption="&lt;p&gt;Step 3:  The upgrade table of an MSI&lt;/p&gt;
" data-medium-file="https://kenkopczyk.com/wp-content/uploads/2010/12/orcaupgrade.jpg?w=300" data-large-file="https://kenkopczyk.com/wp-content/uploads/2010/12/orcaupgrade.jpg?w=891" class="size-full wp-image-346" title="OrcaUpgradeTable" src="https://kenkopczyk.com/wp-content/uploads/2010/12/orcaupgrade.jpg?w=891&#038;h=269" alt="" width="891" height="269" srcset="https://kenkopczyk.com/wp-content/uploads/2010/12/orcaupgrade.jpg 891w, https://kenkopczyk.com/wp-content/uploads/2010/12/orcaupgrade.jpg?w=150&amp;h=45 150w, https://kenkopczyk.com/wp-content/uploads/2010/12/orcaupgrade.jpg?w=300&amp;h=91 300w, https://kenkopczyk.com/wp-content/uploads/2010/12/orcaupgrade.jpg?w=768&amp;h=232 768w" sizes="(max-width: 891px) 100vw, 891px" /></a><p id="caption-attachment-346" class="wp-caption-text">Step 3:  The upgrade table of an MSI</p></div>
<p>One thing to note:  Any of those three steps can be automated using Post-Build events, <a href="http://msdn.microsoft.com/en-us/library/xazzc41b(VS.85).aspx" target="_blank">Cscript</a> (built into Windows) and <a href="http://msdn.microsoft.com/en-us/library/aa368568(VS.85).aspx" target="_blank">WiRunSQL.vbs</a>, a VBscript included in the <a href="http://msdn.microsoft.com/en-us/library/aa370834(VS.85).aspx" target="_blank">Windows SDK Components for Windows Installer Developers</a>.  Here is an example using step #1 from above:</p>
<p><strong>Cscript WiRunSQL.vbs foo.msi &#8220;INSERT INTO Property (Property.Property, Property.Value) VALUES (&#8216;REINSTALLMODE&#8217;,&#8217;amus&#8217;)&#8221;</strong></p>
<p>The moral of this story is:  A Visual Studio Setup Project is a quick and dirty way to create an MSI.  However, better tools are required if your installation becomes slightly more complicated.  Orca, WiRunSQL, and <a href="http://wix.sourceforge.net/" target="_blank">WiX</a> are all helpful tools for building and maintaining MSIs.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://kenkopczyk.com/2010/12/13/msi-upgrade-removes-necessary-registry-entries/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">334</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc4cdb4319f892034ee9f972005c3077805ed73a7fd9dc5c8a89e44c1d01d3ba?s=96&#38;d=https%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Ken</media:title>
		</media:content>

		<media:content url="https://kenkopczyk.com/wp-content/uploads/2010/12/setupprojvs1.jpg" medium="image">
			<media:title type="html">VSSetupProject</media:title>
		</media:content>

		<media:content url="https://kenkopczyk.com/wp-content/uploads/2010/12/orcaupgrade.jpg" medium="image">
			<media:title type="html">OrcaUpgradeTable</media:title>
		</media:content>
	</item>
		<item>
		<title>Debugging Javascript in Visual Studio 2005</title>
		<link>https://kenkopczyk.com/2010/03/12/debugging-javascript-in-visual-studio-2005/</link>
					<comments>https://kenkopczyk.com/2010/03/12/debugging-javascript-in-visual-studio-2005/#comments</comments>
		
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Sat, 13 Mar 2010 03:50:05 +0000</pubDate>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Javascript]]></category>
		<guid isPermaLink="false">http://kenkopczyk.com/?p=296</guid>

					<description><![CDATA[A feature of Visual Studio that is not enabled by default is the ability to debug javascript. To enable this feature, you need to uncheck &#8220;Disable script debugging (Internet Explorer)&#8221; in the &#8220;Advanced&#8221; tab of the &#8220;Internet Options&#8221; dialog in IE: Debugging is now enabled: Doing this will also give you access to Visual Studio&#8217;s [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A feature of Visual Studio that is not enabled by default is the ability to debug javascript.</p>
<p>To enable this feature, you need to uncheck &#8220;Disable script debugging (Internet Explorer)&#8221; in the &#8220;Advanced&#8221; tab of the &#8220;Internet Options&#8221; dialog in IE:</p>
<div style="text-align:center;">
<img src="https://kenkopczyk.com/wp-content/uploads/2010/03/ieadvanced.png" />
</div>
<p>Debugging is now enabled:</p>
<div style="text-align:center;">
<img src="https://kenkopczyk.com/wp-content/uploads/2010/03/jsbreak.png" />
</div>
<p>Doing this will also give you access to Visual Studio&#8217;s <a href="http://msdn.microsoft.com/en-us/library/afys1kyy(VS.80).aspx">Script Explorer</a> which allows you to view and trace through the stack of scripts that are running within your ASP.NET application behind the scenes:</p>
<div style="text-align:center;">
<img src="https://kenkopczyk.com/wp-content/uploads/2010/03/scriptexplorer.png" />
</div>
<p><b>Warning:</b>  Client-side script debugging does slow down the application quite a bit during development.  It would be wise to only have this feature enabled when you need to debug javascript.</p>
<p><b>Note:</b>  This information assumes that you are using IE as your default development browser.  If you would like to change default browsers, select your website project in the Solution Explorer, and then select &#8220;Browse With&#8230;&#8221; from the File menu:</p>
<div style="text-align:center;">
<img src="https://kenkopczyk.com/wp-content/uploads/2010/03/browsers.png" />
</div>
<p>Alternatively, while the application is running in Debug mode, you can attach the process to another browser and run the two browsers in tandem.  Select &#8220;Attach to Process&#8230;&#8221; from the Debug menu to accomplish this:</p>
<div style="text-align:center;">
<img src="https://kenkopczyk.com/wp-content/uploads/2010/03/attachscript.png" />
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://kenkopczyk.com/2010/03/12/debugging-javascript-in-visual-studio-2005/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">296</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc4cdb4319f892034ee9f972005c3077805ed73a7fd9dc5c8a89e44c1d01d3ba?s=96&#38;d=https%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Ken</media:title>
		</media:content>

		<media:content url="https://kenkopczyk.com/wp-content/uploads/2010/03/ieadvanced.png" medium="image" />

		<media:content url="https://kenkopczyk.com/wp-content/uploads/2010/03/jsbreak.png" medium="image" />

		<media:content url="https://kenkopczyk.com/wp-content/uploads/2010/03/scriptexplorer.png" medium="image" />

		<media:content url="https://kenkopczyk.com/wp-content/uploads/2010/03/browsers.png" medium="image" />

		<media:content url="https://kenkopczyk.com/wp-content/uploads/2010/03/attachscript.png" medium="image" />
	</item>
		<item>
		<title>Persisting User Settings Using Serialization</title>
		<link>https://kenkopczyk.com/2010/01/31/persisting-user-settings-using-serialization/</link>
					<comments>https://kenkopczyk.com/2010/01/31/persisting-user-settings-using-serialization/#comments</comments>
		
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Sun, 31 Jan 2010 23:17:02 +0000</pubDate>
				<category><![CDATA[.NET SDK]]></category>
		<category><![CDATA[Serialization]]></category>
		<category><![CDATA[XSD]]></category>
		<guid isPermaLink="false">http://kkopczyk.wordpress.com/?p=6</guid>

					<description><![CDATA[Recently, I was faced with the task of implementing custom user settings that were to be saved between sessions. My solution was to save these settings to a file during application tear down and to load the file as part of the application&#8217;s startup. To accomplish this, I used the following steps: Create an XML [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Recently, I was faced with the task of implementing custom user settings that were to be saved between sessions.  My solution was to save these settings to a file during application tear down and to load the file as part of the application&#8217;s startup.  To accomplish this, I used the following steps:</p>
<ol>
<li>Create an XML schema definition file (xsd) to define the data being stored.</li>
<li>Create a Serializable class based on the xsd so the data may be instantiated/accessed in the code.</li>
<li>Use serialization and deserialization to load and unload the user settings.</li>
</ol>
<p><strong>Using xsd.exe to generate a serializable class.</strong><br />
The first step I took was to create an <a href="http://msdn.microsoft.com/en-us/magazine/cc302086.aspx">XML schema definition file</a> to represent my user settings data.  Once the schema was finished, I used the <a href="http://msdn.microsoft.com/en-us/library/x6c1kb0s(VS.80).aspx">XML Schema Definition Tool (xsd.exe)</a> to generate a serializable class from the schema.  This executable is part of the .NET SDK and is a real time saver.  Use the following command line parameters to generate a serializable class based on an xsd file:</p>
<pre class="brush: plain; title: ; notranslate">
xsd.exe -c -l:c# -n:[namespace for the generated class] [XML Schema Definition File]
</pre>
<p>Example:</p>
<pre class="brush: plain; title: ; notranslate">
xsd.exe -c -l:c# -n:MyProgram.Utilities MyUserSettings.xsd
</pre>
<p>This example will create a serializable class called MyUserSettings.cs.</p>
<p><strong>Serialization and Deserialization</strong><br />
Simply stated, serialization is the process of converting an object instance into a stream of bytes, text, XML or other formats so that it can be persisted into storage medium or transfered across a network.  Deserialization is the opposite process which converts the persisted data back into an object instance.  The following are sample methods for each process:</p>
<pre class="brush: csharp; title: ; notranslate">
using System;
using System.IO;
using System.Runtime.Serialization.Formatters.Binary;
using System.Text;
using System.Xml;
using System.Xml.Serialization;

namespace MyProgram.Utilities
{
    public static class Serialization
    {
        public enum SerializationMethod { Binary, XML };

        public static void Serialize(string sFilePath, Type type, object objectToSerialize, SerializationMethod serializationMethod)
        {
            if (!File.Exists(sFilePath))
            {
                return;
            }

            Stream writeStream = null;
            XmlTextWriter xtw = null;
            try
            {
                writeStream = File.Open(sFilePath, FileMode.Truncate);
                if (serializationMethod == SerializationMethod.XML)
                {
                    XmlSerializer xs = new XmlSerializer(type);
                    xtw = new XmlTextWriter(writeStream, null);
                    xs.Serialize(xtw, objectToSerialize);
                }
                else if (serializationMethod == SerializationMethod.Binary)
                {
                    new BinaryFormatter().Serialize(writeStream, objectToSerialize);
                }
            }
            finally
            {
                if (xtw != null)
                {
                    xtw.Close();
                }
                if (writeStream != null)
                {
                    writeStream.Close();
                    writeStream.Dispose();
                }
            }
        }

        public static object Deserialize(string sFilePath, Type type, SerializationMethod serializationMethod)
        {
            if (!File.Exists(sFilePath))
            {
                return Activator.CreateInstance(type);
            }

            Stream stream = null;
            object deserializedObject = null;
            try
            {
                stream = File.OpenRead(sFilePath);
                if (serializationMethod == SerializationMethod.XML)
                {
                    XmlSerializer xmlSerializer = new XmlSerializer(type);
                    deserializedObject = xmlSerializer.Deserialize(stream);
                }
                else if (serializationMethod == SerializationMethod.Binary)
                {
                    deserializedObject = new BinaryFormatter().Deserialize(stream);
                }
            }
            finally
            {
                if (stream != null)
                {
                    stream.Close();
                    stream.Dispose();
                }
            }
            return deserializedObject;
        }
    }
}
</pre>
<p>Note that these methods support both XML (human readable) and binary (gibberish) de/serialization.  This comes in handy if you want to prevent the settings files from being tampered with in a production environment, but you&#8217;d prefer them easier to work with during development.  Using preprocessor directives, you can do something like the following to make the files human readable at development time, but garbled when they are released into the wild:</p>
<pre class="brush: csharp; title: ; notranslate">
MyUserSettings userSettings = GetMySettings();
#if DEBUG
Serialization.SerializationMethod serializationMethod = Serialization.SerializationMethod.XML;
#else
Serialization.SerializationMethod serializationMethod = Serialization.SerializationMethod.Binary;
#endif
Serialization.Serialize(sFullSettingsFileName, typeof(MyUserSettings), userSettings, serializationMethod);
</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://kenkopczyk.com/2010/01/31/persisting-user-settings-using-serialization/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc4cdb4319f892034ee9f972005c3077805ed73a7fd9dc5c8a89e44c1d01d3ba?s=96&#38;d=https%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Ken</media:title>
		</media:content>
	</item>
		<item>
		<title>Disabling and Enabling the Close Button in .NET 2.0 WinForms</title>
		<link>https://kenkopczyk.com/2010/01/23/disabling-and-enabling-the-close-button-in-net-2-0-winforms/</link>
					<comments>https://kenkopczyk.com/2010/01/23/disabling-and-enabling-the-close-button-in-net-2-0-winforms/#comments</comments>
		
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Sat, 23 Jan 2010 20:01:35 +0000</pubDate>
				<category><![CDATA[WinForms Tips]]></category>
		<category><![CDATA[Close Button]]></category>
		<category><![CDATA[WinForms]]></category>
		<guid isPermaLink="false">http://kenkopczyk.com/?p=234</guid>

					<description><![CDATA[In .NET 2.0 WinForms, the user is given the following control over the minimize/maximize/close buttons (otherwise known as the ControlBox): Disable/enable the Minimize button via the Form.MinimizeBox property Disable/enable the Maximize button via the Form.MaximizeBox property Show/hide the entire ControlBox via the Form.ControlBox property However, you may want to allow maximizing and minimizing, but remove [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In .NET 2.0 WinForms, the user is given the following control over the minimize/maximize/close buttons (otherwise known as the ControlBox):</p>
<ul>
<li>Disable/enable the Minimize button via the Form.MinimizeBox property</li>
<li>Disable/enable the Maximize button via the Form.MaximizeBox property</li>
<li>Show/hide the entire ControlBox via the Form.ControlBox property</li>
</ul>
<p>However, you may want to allow maximizing and minimizing, but remove the user&#8217;s ability to close the application using the close button for any number of reasons.  For example:</p>
<ul>
<li>You want to run some process that cannot be cancelled midway through.</li>
<li>You want to ensure a user completes some number of tasks before being able to exit.</li>
</ul>
<p>Unfortunately, this functionality is not supported by default.  One must leverage the unmanaged code of the Windows API to achieve this behavior:</p>
<pre class="brush: csharp; title: ; notranslate">
using System;
using System.Runtime.InteropServices;
using System.Windows.Forms;

public class SuperForm : Form
{ 
    private const int MF_BYPOSITION = 0x400;

    protected void DisableCloseButton()
    {
        IntPtr hMenu = GetSystemMenu(this.Handle, false);
        int menuItemCount = GetMenuItemCount(hMenu);
        RemoveMenu(hMenu, menuItemCount - 1, MF_BYPOSITION);
        DrawMenuBar((int)this.Handle);
    }
    protected void EnableCloseButton()
    {
        GetSystemMenu(this.Handle, true);
        DrawMenuBar((int)this.Handle);
    }

    // Win32 API declarations
    [DllImport(&quot;User32&quot;)]
    private static extern IntPtr GetSystemMenu(IntPtr hWnd, bool bRevert);
    [DllImport(&quot;User32&quot;)]
    private static extern int GetMenuItemCount(IntPtr hWnd);
    [DllImport(&quot;User32&quot;)]
    private static extern int RemoveMenu(IntPtr hMenu, int nPosition, int wFlags);
    [DllImport(&quot;User32&quot;)]
    private static extern IntPtr DrawMenuBar(int hwnd);
}
</pre>
<p>Notice that I incorporated this functionality into a base class that all your forms can inherit from to gain this ability.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://kenkopczyk.com/2010/01/23/disabling-and-enabling-the-close-button-in-net-2-0-winforms/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">234</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc4cdb4319f892034ee9f972005c3077805ed73a7fd9dc5c8a89e44c1d01d3ba?s=96&#38;d=https%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Ken</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating COM Interop Assemblies with .NET 2.0</title>
		<link>https://kenkopczyk.com/2009/08/18/net-com-and-interop-assemblies/</link>
					<comments>https://kenkopczyk.com/2009/08/18/net-com-and-interop-assemblies/#respond</comments>
		
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Wed, 19 Aug 2009 03:14:11 +0000</pubDate>
				<category><![CDATA[.NET SDK]]></category>
		<category><![CDATA[COM Interop]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Interop]]></category>
		<category><![CDATA[Strong Naming]]></category>
		<category><![CDATA[tlbimp]]></category>
		<guid isPermaLink="false">http://kenkopczyk.com/?p=189</guid>

					<description><![CDATA[If you work with .NET long enough, sooner or later you&#8217;ll probably need to leverage older Win32 COM components. To allow the CLR managed code of .NET to communicate with the unmanaged code of COM, a &#8220;middleman&#8221; in the form of an interop assembly must be created. This can be done via Visual Studio or [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>If you work with .NET long enough, sooner or later you&#8217;ll probably need to leverage older Win32 COM components.  To allow the CLR managed code of .NET to communicate with the unmanaged code of COM, a &#8220;middleman&#8221; in the form of an interop assembly must be created.  This can be done via Visual Studio or the Type Library Importer.</p>
<p><b>Creating an interop assembly with Visual Studio</b><br />
Enter the &#8220;Add reference&#8221; dialog of your project, browse for your registered COM server and select it.  Now take a look at the properties of the newly created reference.  It is actually pointing to a new assembly called Interop.COMServerName.dll:  If your COM server is foo.dll, the resulting assembly is called Interop.foo.dll.  You will find this assembly in your bin directory after you build.</p>
<p>If your project uses an .snk or .pfx for strong naming, the interop assembly will also be strong named using that file.</p>
<p>A major limitation of this method I found was the fact that you can&#8217;t change the version number of the interop assembly.  It is <i>always</i> 1.0.0.0.  Bummer.</p>
<p><b>Creating an interop assembly with Type Library Importer</b><br />
If you need more control, then you should use the <a href="http://msdn.microsoft.com/en-us/library/tt0cf3sx(VS.80).aspx">Type Library Importer (tlbimp)</a>.  This application is included with the .NET SDK.</p>
<p>Running the following command will create an interop assembly with a version number of your choosing:<br />
Using our foo.dll example:</p>
<pre class="brush: bash; title: ; notranslate">
tlbimp foo.dll /out:Interop.foo.dll /asmversion:2.0.0.0
</pre>
<p>If you need the interop assembly strongly named, you can do that also.  If you are using an .snk, use the following:</p>
<pre class="brush: bash; title: ; notranslate">
tlbimp foo.dll /out:Interop.foo.dll /asmversion:2.0.0.0 /keyfile:MyKey.snk
</pre>
<p>If you are using a .pfx for strong naming, it&#8217;s a bit trickier.  You will also need to leverage the <a href="http://msdn.microsoft.com/en-us/library/k5b5tt23(VS.80).aspx">Strong Name Tool (sn)</a> to create a keycontainer:</p>
<pre class="brush: bash; title: ; notranslate">
echo Prompts you for .pfx password
sn -i MyKey.pfx KeyContainerName

tlbimp foo.dll /out:Interop.foo.dll /asmversion:2.0.0.0 /keycontainer:KeyContainerName

echo Housecleaning.  Removes the key container from memory.
sn -d KeyContainerName
</pre>
<p>Now add it as a reference and you&#8217;re good to go!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://kenkopczyk.com/2009/08/18/net-com-and-interop-assemblies/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">189</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc4cdb4319f892034ee9f972005c3077805ed73a7fd9dc5c8a89e44c1d01d3ba?s=96&#38;d=https%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Ken</media:title>
		</media:content>
	</item>
		<item>
		<title>Referencing GAC Assemblies With Visual Studio 2005</title>
		<link>https://kenkopczyk.com/2009/08/15/referencing-gac-assemblies-with-visual-studio-2005/</link>
					<comments>https://kenkopczyk.com/2009/08/15/referencing-gac-assemblies-with-visual-studio-2005/#comments</comments>
		
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Sun, 16 Aug 2009 02:56:26 +0000</pubDate>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[GAC]]></category>
		<guid isPermaLink="false">http://kenkopczyk.com/?p=185</guid>

					<description><![CDATA[In Visual Studio 2005, adding an assembly reference is straight-forward and trivial, that is, unless the assembly you are trying to reference only exists in the GAC. There are a number of tabs in the Add Reference dialog, but they browse assemblies that are all located in standard directories. Global Assembly Cache The GAC is [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In Visual Studio 2005, adding an assembly reference is straight-forward and trivial, that is, unless the assembly you are trying to reference only exists in the GAC.  There are a number of tabs in the Add Reference dialog, but they browse assemblies that are all located in standard directories.</p>
<p><b>Global Assembly Cache</b><br />
The <a href="http://msdn.microsoft.com/en-us/library/yf1d93sz(VS.80).aspx">GAC</a> is special because it allows a pc to store multiple versions of the same .NET assembly.  This is made possible by strong naming.  More importantly, it provides a centralized location for .NET assemblies that need to be shared across multiple applications.  </p>
<p>When viewing the GAC via the Windows shell, you go here:  C:\Windows\Assembly.  However, the Explorer-like UI actually represents an aggregate of files and folders.  Windows is just trying to make it look nice and user friendly for us.</p>
<p><b>Tricking Visual Studio</b><br />
To trick Visual Studio into referencing a GAC assembly, you can do the following:<br />
1.)  Reference a copy of the assembly that is located outside of the GAC via the Add Reference dialog.  You can throw a copy on your Desktop and then reference it from there.  It doesn&#8217;t matter what the file&#8217;s location is.<br />
2.)  Install the assembly into the GAC.  There are a number of ways to do this.  The easiest way is to use the &#8220;Microsoft .NET Framework 2.0 Configuration&#8221; app.  You can find it by going to Control Panel &#8211;&gt;  Administrative Tools.  Once in the app, click &#8220;Manage the Assembly Cache&#8221; and then &#8220;Add an Assembly to the Assembly Cache.&#8221;<br />
3.)  Delete the assembly file that you referenced in step 1.  Go into Visual Studio and refresh the project.  The path of the reference should have automatically changed over to its GAC location (C:\Windows\assembly\&#8230;).<br />
4.)  You may want to set the reference&#8217;s &#8220;Copy Local&#8221; property to False so that the build does not produce a copy of the GAC assembly in the bin folder (to avoid confusion).  In doing so, you can be confident that your app is in fact hitting the GAC!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://kenkopczyk.com/2009/08/15/referencing-gac-assemblies-with-visual-studio-2005/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc4cdb4319f892034ee9f972005c3077805ed73a7fd9dc5c8a89e44c1d01d3ba?s=96&#38;d=https%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Ken</media:title>
		</media:content>
	</item>
		<item>
		<title>Impressive (and Free) WinForm Controls!</title>
		<link>https://kenkopczyk.com/2009/02/25/impressive-and-free-winform-controls/</link>
					<comments>https://kenkopczyk.com/2009/02/25/impressive-and-free-winform-controls/#respond</comments>
		
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Thu, 26 Feb 2009 00:21:42 +0000</pubDate>
				<category><![CDATA[WinForms Components]]></category>
		<guid isPermaLink="false">http://kkopczyk.wordpress.com/?p=170</guid>

					<description><![CDATA[Recently, I was searching for a third party WinForm component solution in an attempt to make my application look enterprise worthy.  Doing some googling yields all the heavy hitters:  Telerik, ComponentOne, etc.  These are very nice, but come at a hefty price (about $1000 per seat).  Digging deeper, I stumbled upon the Krypton Toolkit from [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Recently, I was searching for a third party WinForm component solution in an attempt to make my application look enterprise worthy.  Doing some googling yields all the heavy hitters:  Telerik, ComponentOne, etc.  These are very nice, but come at a hefty price (about $1000 per seat).  Digging deeper, I stumbled upon the <a href="http://www.componentfactory.com/free-windows-forms-controls.php">Krypton Toolkit</a> from <a href="http://www.componentfactory.com/">ComponentFactory</a>.  </p>
<p>For a freebie suite of controls, I was impressed.  The toolkit includes all your basic controls (Label, ComboBox, etc), 38 in all, and are very customizable.  You can also apply out of the box themes, such as Office2007, also free.  It integrates seemlessly into Visual Studio (I was using VS2005) and includes a very nice demo app that shows off what all the controls can do.</p>
<p>Also in the Krypton family are the <a href="http://www.componentfactory.com/windows-forms-products.php">Ribbon, tab control, and workspace control</a>.  These are upgrades that you have to pay for, but still cheap when you consider all the very expensive alternatives out there.</p>
<p>Next time you are building an little app from the ground up, consider using these controls.  You should be able to make your app look a ton better at no extra cost.</p>
<div><a title="Bookmark and Share" href="http://www.addthis.com/bookmark.php?pub=kkopczyk&amp;url=https://kkopczyk.wordpress.com/2009/02/25/impressive-and-free-winform-controls/" target="_blank"><img style="border:0;padding:0;" src="https://i0.wp.com/s7.addthis.com/static/btn/lg-share-en.gif" alt="Bookmark and Share" width="125" height="16" /></a></div>
<p><!-- AddThis Button END --></p>
]]></content:encoded>
					
					<wfw:commentRss>https://kenkopczyk.com/2009/02/25/impressive-and-free-winform-controls/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">170</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc4cdb4319f892034ee9f972005c3077805ed73a7fd9dc5c8a89e44c1d01d3ba?s=96&#38;d=https%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Ken</media:title>
		</media:content>

		<media:content url="http://s7.addthis.com/static/btn/lg-share-en.gif" medium="image">
			<media:title type="html">Bookmark and Share</media:title>
		</media:content>
	</item>
		<item>
		<title>My New Favorite Regular Expression Tester</title>
		<link>https://kenkopczyk.com/2009/02/03/my-new-favorite-regular-expression-tester/</link>
					<comments>https://kenkopczyk.com/2009/02/03/my-new-favorite-regular-expression-tester/#respond</comments>
		
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Wed, 04 Feb 2009 03:53:58 +0000</pubDate>
				<category><![CDATA[Regular Expressions]]></category>
		<guid isPermaLink="false">http://kkopczyk.wordpress.com/?p=164</guid>

					<description><![CDATA[Awesomeness &#8212;&#62; http://www.gskinner.com/RegExr/ Use it. &#8216;Nuf said.]]></description>
										<content:encoded><![CDATA[<p>Awesomeness &#8212;&gt;  <a href="http://www.gskinner.com/RegExr/">http://www.gskinner.com/RegExr/</a></p>
<p>Use it.  &#8216;Nuf said.</p>
<div><a title="Bookmark and Share" href="http://www.addthis.com/bookmark.php?pub=kkopczyk&amp;url=https://kkopczyk.wordpress.com/2009/02/03/my-new-favorite-regular-expression-tester/" target="_blank"><img style="border:0;padding:0;" src="https://i0.wp.com/s7.addthis.com/static/btn/lg-share-en.gif" alt="Bookmark and Share" width="125" height="16" /></a></div>
<p><!-- AddThis Button END --></p>
]]></content:encoded>
					
					<wfw:commentRss>https://kenkopczyk.com/2009/02/03/my-new-favorite-regular-expression-tester/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">164</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc4cdb4319f892034ee9f972005c3077805ed73a7fd9dc5c8a89e44c1d01d3ba?s=96&#38;d=https%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Ken</media:title>
		</media:content>

		<media:content url="http://s7.addthis.com/static/btn/lg-share-en.gif" medium="image">
			<media:title type="html">Bookmark and Share</media:title>
		</media:content>
	</item>
	</channel>
</rss>
