<?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>villelink &#187; Visual Studio</title>
	<atom:link href="http://www.villelink.com/tag/visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.villelink.com</link>
	<description>Ramblings of a computer programmer.</description>
	<lastBuildDate>Wed, 17 Mar 2010 21:17:30 +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>First Days of AnkhSVN</title>
		<link>http://www.villelink.com/2009/07/31/first-days-of-ankhsvn/</link>
		<comments>http://www.villelink.com/2009/07/31/first-days-of-ankhsvn/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 18:33:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[ankhsvn]]></category>
		<category><![CDATA[ClickOnce]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[source control]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.villelink.com/?p=140</guid>
		<description><![CDATA[Where I&#8217;ve worked we&#8217;ve been long time Visual Source Safe users. Everytime a new version of Visual Studio would come out, we&#8217;d quickly grab it from Microsoft, cross our fingers, and pray for a new version of Visual Source Safe. &#8230; <a href="http://www.villelink.com/2009/07/31/first-days-of-ankhsvn/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.villelink.com/2009/07/31/first-days-of-ankhsvn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ClickOnce Cert Expired Issue Solved By RenewCert of May.be</title>
		<link>http://www.villelink.com/2008/12/31/clickonce-cert-expired-issue-solved-by-renewcert-of-maybe/</link>
		<comments>http://www.villelink.com/2008/12/31/clickonce-cert-expired-issue-solved-by-renewcert-of-maybe/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 16:13:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ClickOnce]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[click once]]></category>
		<category><![CDATA[expired]]></category>
		<category><![CDATA[KB925521]]></category>
		<category><![CDATA[may.be]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[renewcert]]></category>
		<category><![CDATA[VS2005]]></category>

		<guid isPermaLink="false">http://www.villelink.com/?p=40</guid>
		<description><![CDATA[Yesterday, I went to publish a new version of our clickonce application, when I was greeted by a message that Visual Studio wasn&#8217;t going to let me publish, because our certification had expired. Oh no. We&#8217;d often talked about getting &#8230; <a href="http://www.villelink.com/2008/12/31/clickonce-cert-expired-issue-solved-by-renewcert-of-maybe/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.villelink.com/2008/12/31/clickonce-cert-expired-issue-solved-by-renewcert-of-maybe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE7 &#8211; Webbrowser Control breaks select tag functionality</title>
		<link>http://www.villelink.com/2008/03/21/ie7-webbrowser-control-breaks-select-tag-functionality/</link>
		<comments>http://www.villelink.com/2008/03/21/ie7-webbrowser-control-breaks-select-tag-functionality/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 15:20:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[onblur]]></category>
		<category><![CDATA[onfocus]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[webbrowser control]]></category>
		<category><![CDATA[webbrowser1]]></category>
		<category><![CDATA[webbrowsercontrol]]></category>

		<guid isPermaLink="false">http://www.villelink.com/2008/03/21/ie7-webbrowser-control-breaks-select-tag-functionality/</guid>
		<description><![CDATA[Found a real frustrating one today: My application is a blend between a web app and an actual windows form application. You can either access the web app or the windows form app. A few of the more complex features &#8230; <a href="http://www.villelink.com/2008/03/21/ie7-webbrowser-control-breaks-select-tag-functionality/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.villelink.com/2008/03/21/ie7-webbrowser-control-breaks-select-tag-functionality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VS2005 Windows Form Application Slow? My speed tips.</title>
		<link>http://www.villelink.com/2008/03/20/vs2005-windows-form-application-slow-my-speed-tips/</link>
		<comments>http://www.villelink.com/2008/03/20/vs2005-windows-form-application-slow-my-speed-tips/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 19:20:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[tips.]]></category>
		<category><![CDATA[windows forms]]></category>

		<guid isPermaLink="false">http://www.villelink.com/2008/03/20/vs2005-windows-form-application-slow-my-speed-tips/</guid>
		<description><![CDATA[For the past few months I&#8217;ve been working almost exclusively in Visual Studio 2005 doing Windows Forms, in my past I haven&#8217;t done any serious windows form work since Visual Studio 6 with the majority in Visual Studio 3.0 (yikes! &#8230; <a href="http://www.villelink.com/2008/03/20/vs2005-windows-form-application-slow-my-speed-tips/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.villelink.com/2008/03/20/vs2005-windows-form-application-slow-my-speed-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make your classes serializable.</title>
		<link>http://www.villelink.com/2008/03/14/make-your-classes-serializable/</link>
		<comments>http://www.villelink.com/2008/03/14/make-your-classes-serializable/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 14:19:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[serialization]]></category>

		<guid isPermaLink="false">http://www.villelink.com/?p=11</guid>
		<description><![CDATA[I&#8217;ve done a little of this in the past, and I&#8217;m about to do it today. Each time I have to look it up, so in hopes of finding it a little quicker or maybe remembering how this time, I&#8217;ll &#8230; <a href="http://www.villelink.com/2008/03/14/make-your-classes-serializable/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.villelink.com/2008/03/14/make-your-classes-serializable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

