<?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>Geospecialling &#187; Installer</title>
	<atom:link href="http://www.geospecialling.com/index.php/tag/installer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geospecialling.com</link>
	<description>Being a (G)IS Developer...</description>
	<lastBuildDate>Thu, 26 Jan 2012 04:11:37 +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>ERROR: Unable to update the dependencies of the project</title>
		<link>http://www.geospecialling.com/index.php/2010/11/error-unable-to-update-the-dependencies-of-the-project/</link>
		<comments>http://www.geospecialling.com/index.php/2010/11/error-unable-to-update-the-dependencies-of-the-project/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 05:22:08 +0000</pubDate>
		<dc:creator>Darrin Maidlow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Installer]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.geospecialling.com/index.php/2010/11/error-unable-to-update-the-dependencies-of-the-project/</guid>
		<description><![CDATA[Working on the automated build process for FullCircle SmartForms tonight and I came across an irritating problem tonight: &#34;ERROR: Unable to update the dependencies of the project. The dependencies for the object &#8216;NHibernate.Validator.DLL&#8217; cannot be determined.&#34; One of my three Visual Studio 2010 installer projects started failing during the automated build process with this error [...]]]></description>
			<content:encoded><![CDATA[<p>Working on the automated build process for FullCircle SmartForms tonight and I came across an irritating problem tonight:</p>
<blockquote><p><b>&quot;ERROR: Unable to update the dependencies of the project. The dependencies for the object &#8216;NHibernate.Validator.DLL&#8217; cannot be determined.&quot;</b></p>
</blockquote>
<p>One of my three Visual Studio 2010 installer projects started failing during the automated build process with this error on a dozen included assemblies.&#160; When the project was built using the Visual Studio IDE the installer would build just fine.&#160; With a little bit of digging and a great deal of screwing around, I found a <a title="Microsoft Knowledge Base" href="http://support.microsoft.com/kb/2286556" rel="tag" target="_blank">Microsoft KB article</a> and <a title="el hotfixo for &quot;Unable to update the dependancies of the project" href="https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=30681" rel="tag" target="_blank">hotfix</a> for this problem.</p>
<p>After installing the patch – my automated build system is happily compiling the installation project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geospecialling.com/index.php/2010/11/error-unable-to-update-the-dependencies-of-the-project/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Deployment project crashes on execution with .NET version error</title>
		<link>http://www.geospecialling.com/index.php/2010/04/deployment-project-crashes-on-execution-with-net-version-error/</link>
		<comments>http://www.geospecialling.com/index.php/2010/04/deployment-project-crashes-on-execution-with-net-version-error/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 20:47:58 +0000</pubDate>
		<dc:creator>Darrin Maidlow</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Installer]]></category>

		<guid isPermaLink="false">http://www.geospecialling.com/index.php/2010/04/deployment-project-crashes-on-execution-with-net-version-error/</guid>
		<description><![CDATA[This week I jumped on the .NET 4 bandwagon.&#160; I had a proof of concept project that I wanted to bring up to the “real product” level.&#160;&#160; This new product consists of a console application, a windows service, and some business logic and data access assemblies.&#160; During the development of my proof I created a [...]]]></description>
			<content:encoded><![CDATA[<p>This week I jumped on the <a title=".NET 4.0 bandwagon" href="http://www.microsoft.com/visualstudio/en-us/" target="_blank" rel="tag">.NET 4</a> bandwagon.&#160; I had a proof of concept project that I wanted to bring up to the “real product” level.&#160;&#160; This new product consists of a console application, a windows service, and some business logic and data access assemblies.&#160; During the development of my proof I created a small deployment project to build a quick and dirty installer.&#160;&#160; </p>
<p>I’ve upgraded the solution to 2010.&#160; I’ve done all the refactoring and finished my work.&#160; Everything tests out great in both unit tests and “developers computer” tests.&#160; Just need to get the installer updated and get the pesky “other peoples computers” thing out of the way.&#160; </p>
<p>I’ve updated the pre-requisites on my installer to include .NET 4.0 – rebuilt the installer and boom.&#160; </p>
<blockquote><p>Error 1001.&#160; Exception occurred while initializing the installation.&#160; System.BadImageFormatException: Could not load file or assembly ‘file:///C:\Program Files\Landor\ … \RADE.Connect.Service.exe’ or one of its dependencies.&#160; This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.</p>
</blockquote>
<p>After much mucking around I found the hidden property that I needed to change.&#160; I needed to change the .NET version of the .NET Launch Condition.&#160; To find this gem right click on the deployment project in the solution explorer and choose View\Launch Conditions.&#160; Next right click on the “.NET Framework” under “Launch Conditions” and choose “properties”.&#160; In the properties dialog change the Version to be “.NET Framework 4”.</p>
<h4>Update 4/20/2010</h4>
<p>Don’t forget to edit the .NET version for both Release and Debug configurations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geospecialling.com/index.php/2010/04/deployment-project-crashes-on-execution-with-net-version-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

