<?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>wahooga.com &#187; &#187; Software Development</title>
	<atom:link href="http://www.wahooga.com/category/software-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wahooga.com</link>
	<description>The personal blog for David Mellors</description>
	<lastBuildDate>Tue, 30 Mar 2010 15:14:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The form has been closed / The specified form cannot be found &#8211; SharePoint 2007</title>
		<link>http://www.wahooga.com/2010/03/30/the-form-has-been-closed-the-specified-form-cannot-be-found-sharepoint-2007/</link>
		<comments>http://www.wahooga.com/2010/03/30/the-form-has-been-closed-the-specified-form-cannot-be-found-sharepoint-2007/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 15:13:09 +0000</pubDate>
		<dc:creator>Dave Mellors</dc:creator>
				<category><![CDATA[Fixes to problems]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[infopath 2007]]></category>
		<category><![CDATA[sharepoint 2007]]></category>
		<category><![CDATA[visual studio 2008]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://www.wahooga.com/?p=324</guid>
		<description><![CDATA[
Having created my InfoPath 2007 Form, created my workflow in Visual Studio 2008 and clicked Deploy I found that my workflow went to In Progress but the Instantiation Form never displayed in SharePoint and all I got was a message &#8220;The form has been closed&#8221; on the screen. Looking in the log files I could [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/' onclick="pageTracker._trackPageview('/outgoing/mitcho.com/code/yarpp/?referer=');">Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.wahooga.com/2010/03/30/the-form-has-been-closed-the-specified-form-cannot-be-found-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The importance of a good installer</title>
		<link>http://www.wahooga.com/2008/12/08/the-importance-of-a-good-installer/</link>
		<comments>http://www.wahooga.com/2008/12/08/the-importance-of-a-good-installer/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 09:59:42 +0000</pubDate>
		<dc:creator>Dave Mellors</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Opinion]]></category>

		<guid isPermaLink="false">http://www.wahooga.com/?p=230</guid>
		<description><![CDATA[Years ago I used to get all the computer magazines and install all the applications on the cover disk but I no longer buy computer magazines and instead spend half my life installing applications found on the Internet and then the rest of my life is divided between trying to get the applications to work [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/' onclick="pageTracker._trackPageview('/outgoing/mitcho.com/code/yarpp/?referer=');">Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.wahooga.com/2008/12/08/the-importance-of-a-good-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Example: Updating a remote customer database schema</title>
		<link>http://www.wahooga.com/2008/06/19/sql-comparison-sdk-updating-a-customer-database-schema-part-i/</link>
		<comments>http://www.wahooga.com/2008/06/19/sql-comparison-sdk-updating-a-customer-database-schema-part-i/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 14:37:00 +0000</pubDate>
		<dc:creator>Dave Mellors</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[Red Gate Software]]></category>
		<category><![CDATA[SQL Comparison SDK]]></category>

		<guid isPermaLink="false">/archive/2008/06/19/sql-comparison-sdk-updating-a-customer-database-schema-part-i.aspx</guid>
		<description><![CDATA[Overview
A common use of the Red Gate SQL Comparison SDK is to package up the latest version of a database schema and send it to customers as an executable.
This example demonstrates how easy it is to use the SDK to do this.
NOTE: SQL Comparison SDK is to be the new name for SQL Toolkit

Pre-requisites

Visual Studio [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/' onclick="pageTracker._trackPageview('/outgoing/mitcho.com/code/yarpp/?referer=');">Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.wahooga.com/2008/06/19/sql-comparison-sdk-updating-a-customer-database-schema-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Toolkit introduction</title>
		<link>http://www.wahooga.com/2008/06/05/sql-toolkit-introduction/</link>
		<comments>http://www.wahooga.com/2008/06/05/sql-toolkit-introduction/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 10:37:00 +0000</pubDate>
		<dc:creator>Dave Mellors</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[Red Gate Software]]></category>
		<category><![CDATA[SQL Comparison SDK]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">/archive/2008/06/05/sql-toolkit-introduction.aspx</guid>
		<description><![CDATA[In my last post I talked about writing an example application using the Red Gate SQL Toolkit but it occurred to me that I ought to mention a bit more about what SQL Toolkit is and what it can be used for.

What is SQL Toolkit?&#160;SQL Toolkit is an software development kit (SDK)&#160;from Red Gate Software [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/' onclick="pageTracker._trackPageview('/outgoing/mitcho.com/code/yarpp/?referer=');">Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.wahooga.com/2008/06/05/sql-toolkit-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red Gate SQL Toolkit: SQL Deployment example</title>
		<link>http://www.wahooga.com/2008/06/04/red-gate-sql-toolkit-example-to-deploy-database-schema-to-customer-site/</link>
		<comments>http://www.wahooga.com/2008/06/04/red-gate-sql-toolkit-example-to-deploy-database-schema-to-customer-site/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 09:27:00 +0000</pubDate>
		<dc:creator>Dave Mellors</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[Red Gate Software]]></category>
		<category><![CDATA[SQL Comparison SDK]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">/archive/2008/06/04/red-gate-sql-toolkit-example-to-deploy-database-schema-to-customer-site.aspx</guid>
		<description><![CDATA[We are getting a lot of customers interested in using SQL Toolkit for deploying database updates to remote customer sites. Using SQL Toolkit you can distribute a single executable to your customers and use the Toolkit to do a schema comparison and then automatically update the customers database with the differences between a snapshot from [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/' onclick="pageTracker._trackPageview('/outgoing/mitcho.com/code/yarpp/?referer=');">Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.wahooga.com/2008/06/04/red-gate-sql-toolkit-example-to-deploy-database-schema-to-customer-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio development web server dynamic port numbering problem</title>
		<link>http://www.wahooga.com/2008/02/20/visual-studio-development-web-server-automatic-port-numbering-problem/</link>
		<comments>http://www.wahooga.com/2008/02/20/visual-studio-development-web-server-automatic-port-numbering-problem/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 11:55:00 +0000</pubDate>
		<dc:creator>Dave Mellors</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">/archive/2008/02/20/visual-studio-development-web-server-automatic-port-numbering-problem.aspx</guid>
		<description><![CDATA[
The problem&#160;

I had this problem in Visual Studio 2005 and now I have it in Visual Web Developer 2008 express edition where when debugging a web application using the development web server the dynamic port number used by the server didn&#8217;t match what Visual Studio had used for the web browser. It was always wrong [...]


Related posts:<ol><li><a href='http://www.wahooga.com/2010/03/17/windows-server-2008-disable-internet-explorer-enhanced-security-configuration/' rel='bookmark' title='Permanent Link: Windows Server 2008 disable Internet Explorer Enhanced Security Configuration'>Windows Server 2008 disable Internet Explorer Enhanced Security Configuration</a> <small>Having managed to resolve my Win2k8 0×8007232B activation error I...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/' onclick="pageTracker._trackPageview('/outgoing/mitcho.com/code/yarpp/?referer=');">Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.wahooga.com/2008/02/20/visual-studio-development-web-server-automatic-port-numbering-problem/feed/</wfw:commentRss>
		<slash:comments>72</slash:comments>
		</item>
		<item>
		<title>Profiling with ANTS Profiler and MSTest</title>
		<link>http://www.wahooga.com/2007/05/02/profiling-with-ants-profiler-and-mstest/</link>
		<comments>http://www.wahooga.com/2007/05/02/profiling-with-ants-profiler-and-mstest/#comments</comments>
		<pubDate>Wed, 02 May 2007 16:34:00 +0000</pubDate>
		<dc:creator>Dave Mellors</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[ANTS Profiler]]></category>
		<category><![CDATA[Red Gate Software]]></category>

		<guid isPermaLink="false">/archive/2007/05/02/Profiling-with-ANTS-Profiler-and-MSTest.aspx</guid>
		<description><![CDATA[Had a question today from a customer interested in profiling his unit tests using MSTest which is part of the testing element of Visual Studio Team System. As I hadn&#8217;t used MSTest before I decided to take a look and see if you could use it with ANTS Profiler. 
After my first attempt at profiling [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/' onclick="pageTracker._trackPageview('/outgoing/mitcho.com/code/yarpp/?referer=');">Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.wahooga.com/2007/05/02/profiling-with-ants-profiler-and-mstest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Watin and Nunit for testing web pages</title>
		<link>http://www.wahooga.com/2006/10/29/watin-and-nunit-for-testing-web-pages/</link>
		<comments>http://www.wahooga.com/2006/10/29/watin-and-nunit-for-testing-web-pages/#comments</comments>
		<pubDate>Sun, 29 Oct 2006 13:32:00 +0000</pubDate>
		<dc:creator>Dave Mellors</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[NUnit]]></category>
		<category><![CDATA[Watin]]></category>

		<guid isPermaLink="false">/archive/2006/10/29/Watin-and-Nunit-for-testing-web-pages.aspx</guid>
		<description><![CDATA[I recently had to develop some new content for an online store. The store was developed using Lotus Domino and the code was complex for what should have been something quite simple. The deadline for completing the work was very near and I felt there was a real risk that the changes I made could [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/' onclick="pageTracker._trackPageview('/outgoing/mitcho.com/code/yarpp/?referer=');">Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.wahooga.com/2006/10/29/watin-and-nunit-for-testing-web-pages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
