<?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>DoTheWeb.net &#187; Visual Studio 2008</title>
	<atom:link href="http://www.dotheweb.net/tag/visual-studio-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotheweb.net</link>
	<description>What Can The Web Do For You Today?</description>
	<lastBuildDate>Wed, 30 Nov 2011 05:35:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Creating Needed Installers for Windows Services</title>
		<link>http://www.dotheweb.net/2009/11/creating-needed-installers-for-windows-services-2/</link>
		<comments>http://www.dotheweb.net/2009/11/creating-needed-installers-for-windows-services-2/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:02:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dot_Net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Express]]></category>
		<category><![CDATA[Installer]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[VB Express]]></category>
		<category><![CDATA[VB.net]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[Windows Services]]></category>

		<guid isPermaLink="false">http://www.dotheweb.net/?p=271</guid>
		<description><![CDATA[This is not the Actual &#8220;Installer&#8221;. This is code needed for the Service to operate correctly.We will get to Installing Later&#8230; Add the Installer Code: Create a new class file in your project and call it ProjectInstaller. We wil replace the text in the ProjectInstaller class with the following code: Version:0.9 StartHTML:0000000100 EndHTML:0000012095 StartFragment:0000000100 EndFragment:0000012095 [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/11/creating-needed-installers-for-windows-services-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Services with VB Express</title>
		<link>http://www.dotheweb.net/2009/11/creating-services-with-vb-express/</link>
		<comments>http://www.dotheweb.net/2009/11/creating-services-with-vb-express/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:01:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dot_Net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Express]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[VB Express]]></category>
		<category><![CDATA[VB.net]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>

		<guid isPermaLink="false">http://www.dotheweb.net/?p=259</guid>
		<description><![CDATA[// &#160; Visual Basic Express is a great, free tool from Microsoft.   You don&#8217;t get all that Visual Studio 2005 offers though.  One of the things VB Express does not have is templates to create a Windows Service.  We can still make Services with VB 2005 Express.  All it takes is a little manual work.  I [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/11/creating-services-with-vb-express/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Building a Setup Package for your Windows Service</title>
		<link>http://www.dotheweb.net/2009/10/building-a-setup-package-for-your-windows-service/</link>
		<comments>http://www.dotheweb.net/2009/10/building-a-setup-package-for-your-windows-service/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:19:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dot_Net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[VB.net]]></category>
		<category><![CDATA[Windows Services]]></category>

		<guid isPermaLink="false">http://dev.dotheweb.net/?p=143</guid>
		<description><![CDATA[// &#160; If you want to install your Service on other PC&#8217;s.  The you want to make an Installer Package. &#160; Build the Setup Package for Your Windows Service: Prerequisites:  You will need to have .net 3.5 on the target pc. Choose File&#62; Add&#62; New Project. At the Add New Project window, Choose: &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/10/building-a-setup-package-for-your-windows-service/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Building and Installing Windows Service Visual Studio 2008</title>
		<link>http://www.dotheweb.net/2009/10/building-and-installing-windows-service-visual-studio-2008/</link>
		<comments>http://www.dotheweb.net/2009/10/building-and-installing-windows-service-visual-studio-2008/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:14:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dot_Net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[VB.net]]></category>
		<category><![CDATA[Windows Services]]></category>

		<guid isPermaLink="false">http://dev.dotheweb.net/?p=137</guid>
		<description><![CDATA[// &#160; You cannot just hit Run and debug your Windows Service.  That would be really cool, but it is not that hard to get it running. Build and Install service on your pc: Choose Build in the Menubar above and choose Build NewService. This will build your executable in the bin\release folder of your [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/10/building-and-installing-windows-service-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Creating Needed Installers for Windows Services</title>
		<link>http://www.dotheweb.net/2009/10/creating-needed-installers-for-windows-services/</link>
		<comments>http://www.dotheweb.net/2009/10/creating-needed-installers-for-windows-services/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:05:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dot_Net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[Installer]]></category>
		<category><![CDATA[VB.net]]></category>
		<category><![CDATA[Windows Services]]></category>

		<guid isPermaLink="false">http://dev.dotheweb.net/?p=128</guid>
		<description><![CDATA[// &#160; This is not the Actual &#8220;Installer&#8221;. This is code needed for the Service to operate correctly.We will get to Installing and Deploying Later&#8230; &#160; Add the Installer Code: From Service1 designer, right click in the gray area and choose Add Installer. Another file will be added to your Solution Explorer, called ProjectInstaller.  On [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/10/creating-needed-installers-for-windows-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Services with Visual Studio 2008</title>
		<link>http://www.dotheweb.net/2009/10/creating-services-with-visual-studio-2008/</link>
		<comments>http://www.dotheweb.net/2009/10/creating-services-with-visual-studio-2008/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 11:14:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dot_Net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[VB.net]]></category>
		<category><![CDATA[Windows Services]]></category>

		<guid isPermaLink="false">http://dev.dotheweb.net/?p=98</guid>
		<description><![CDATA[&#160; A Windows services is a application that runs in the background.  There is documentation on the Web for creating a Service with Visual Studio 2003, but is is changed for VS 2005, and 2008. &#160; I will walk thru a sample Service in Visual Studio 2008.  This should also work with VS 2005. &#160; [...]]]></description>
		<wfw:commentRss>http://www.dotheweb.net/2009/10/creating-services-with-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

