<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Force .NET application to run in 32bit process on 64bit OS</title>
	<atom:link href="http://lostechies.com/gabrielschenker/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/gabrielschenker/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os/</link>
	<description>Blog about architectural patterns, best practices, coding principles and techniques</description>
	<lastBuildDate>Wed, 22 May 2013 12:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: elopezrios</title>
		<link>http://lostechies.com/gabrielschenker/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os/#comment-541</link>
		<dc:creator>elopezrios</dc:creator>
		<pubDate>Tue, 02 Apr 2013 00:12:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/gabrielschenker/archive/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os.aspx#comment-541</guid>
		<description>Hi, when a Process is created from an 32bit image it&#039;s not possible to use 64bits assemblies. When a process is created from 64bits image, it can&#039;t load a 32bits DLL. It&#039;s a Windows restriction</description>
		<content:encoded><![CDATA[<p>Hi, when a Process is created from an 32bit image it&#8217;s not possible to use 64bits assemblies. When a process is created from 64bits image, it can&#8217;t load a 32bits DLL. It&#8217;s a Windows restriction</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake Niemyjski</title>
		<link>http://lostechies.com/gabrielschenker/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os/#comment-509</link>
		<dc:creator>Blake Niemyjski</dc:creator>
		<pubDate>Tue, 03 Jul 2012 16:21:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/gabrielschenker/archive/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os.aspx#comment-509</guid>
		<description>Here is another implementation.</description>
		<content:encoded><![CDATA[<p>Here is another implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: is it possible to...</title>
		<link>http://lostechies.com/gabrielschenker/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os/#comment-446</link>
		<dc:creator>is it possible to...</dc:creator>
		<pubDate>Fri, 18 May 2012 23:35:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/gabrielschenker/archive/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os.aspx#comment-446</guid>
		<description>Ive been trying to launch a winforms .net app using this, and no luck so far.. it seems to not be finding the Main function in the app? </description>
		<content:encoded><![CDATA[<p>Ive been trying to launch a winforms .net app using this, and no luck so far.. it seems to not be finding the Main function in the app? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Is it possible to...</title>
		<link>http://lostechies.com/gabrielschenker/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os/#comment-445</link>
		<dc:creator>Is it possible to...</dc:creator>
		<pubDate>Thu, 17 May 2012 20:07:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/gabrielschenker/archive/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os.aspx#comment-445</guid>
		<description>I like this!</description>
		<content:encoded><![CDATA[<p>I like this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/gabrielschenker/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os/#comment-408</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 27 Sep 2011 14:42:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/gabrielschenker/archive/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os.aspx#comment-408</guid>
		<description>Yeah, should work as well.</description>
		<content:encoded><![CDATA[<p>Yeah, should work as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ng</title>
		<link>http://lostechies.com/gabrielschenker/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os/#comment-407</link>
		<dc:creator>ng</dc:creator>
		<pubDate>Sat, 24 Sep 2011 14:07:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/gabrielschenker/archive/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os.aspx#comment-407</guid>
		<description>Will RunAs32Bit allow me to run a GUI based .net Application as a 32-bit application?  I am trying to run something that keeps calling the 64bit odbc driver instead of correctly looking for the 32bit one.</description>
		<content:encoded><![CDATA[<p>Will RunAs32Bit allow me to run a GUI based .net Application as a 32-bit application?  I am trying to run something that keeps calling the 64bit odbc driver instead of correctly looking for the 32bit one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://lostechies.com/gabrielschenker/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os/#comment-376</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 14 Jul 2011 22:05:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/gabrielschenker/archive/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os.aspx#comment-376</guid>
		<description>I am somewhat new at C#, I used to VB.  I have created an executable based on this code, but it fails.  When it tries to Invoke the app ends out with an error:

Unhandled Exception: System.NullReferenceException: Object Reference not set to an instance of an object.
at ConsoleApplication1.Program.Main(String[] args)

Any ideas?  Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>I am somewhat new at C#, I used to VB.  I have created an executable based on this code, but it fails.  When it tries to Invoke the app ends out with an error:</p>
<p>Unhandled Exception: System.NullReferenceException: Object Reference not set to an instance of an object.<br />
at ConsoleApplication1.Program.Main(String[] args)</p>
<p>Any ideas?  Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sravan</title>
		<link>http://lostechies.com/gabrielschenker/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os/#comment-372</link>
		<dc:creator>Sravan</dc:creator>
		<pubDate>Tue, 28 Jun 2011 07:29:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/gabrielschenker/archive/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os.aspx#comment-372</guid>
		<description>https://sites.google.com/site/kishorenetblog/asp-net/corflags-exe

Look at this site.. You will find the answer for you Query......

Sravan
Hyderabad</description>
		<content:encoded><![CDATA[<p><a href="https://sites.google.com/site/kishorenetblog/asp-net/corflags-exe" rel="nofollow">https://sites.google.com/site/kishorenetblog/asp-net/corflags-exe</a></p>
<p>Look at this site.. You will find the answer for you Query&#8230;&#8230;</p>
<p>Sravan<br />
Hyderabad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr. Guest</title>
		<link>http://lostechies.com/gabrielschenker/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os/#comment-371</link>
		<dc:creator>Dr. Guest</dc:creator>
		<pubDate>Sat, 25 Jun 2011 13:31:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/gabrielschenker/archive/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os.aspx#comment-371</guid>
		<description>The author assumed that those interested in this code snippet have at least the most basic C# programming knowledge. Here: knowing that no C# code will compile without the required using directives. I&#039;ll leave it as an exercize for you to find out which System.* assemblies need to be referenced.</description>
		<content:encoded><![CDATA[<p>The author assumed that those interested in this code snippet have at least the most basic C# programming knowledge. Here: knowing that no C# code will compile without the required using directives. I&#8217;ll leave it as an exercize for you to find out which System.* assemblies need to be referenced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabrielschenker</title>
		<link>http://lostechies.com/gabrielschenker/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os/#comment-366</link>
		<dc:creator>gabrielschenker</dc:creator>
		<pubDate>Fri, 08 Apr 2011 01:53:51 +0000</pubDate>
		<guid isPermaLink="false">/blogs/gabrielschenker/archive/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os.aspx#comment-366</guid>
		<description>you have to add the appropriate using statements to the code to make it work:
using System.IO;</description>
		<content:encoded><![CDATA[<p>you have to add the appropriate using statements to the code to make it work:<br />
using System.IO;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
