<?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>John Selkirk - GIS Development &#187; ArcGIS Engine</title>
	<atom:link href="http://john.selkirks.net/category/esri/arcgis-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://john.selkirks.net</link>
	<description>My thoughts on development with an emphasis on GIS</description>
	<lastBuildDate>Fri, 21 Aug 2009 12:41:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ESRI AxToolbarControl and Windowless ActiveX controls are not supported</title>
		<link>http://john.selkirks.net/2008/08/25/esri-axtoolbarcontrol-and-windowless-activex-controls-are-not-supported/</link>
		<comments>http://john.selkirks.net/2008/08/25/esri-axtoolbarcontrol-and-windowless-activex-controls-are-not-supported/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 15:15:47 +0000</pubDate>
		<dc:creator>John Selkirk</dc:creator>
				<category><![CDATA[ArcGIS Engine]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://john.selkirks.net/2008/08/25/esri-axtoolbarcontrol-and-windowless-activex-controls-are-not-supported/</guid>
		<description><![CDATA[This is something that I encountered before but it cropped up again this morning and I thought it was time to get it on &#8216;paper&#8217;.
To allow for complete control of the application configuration, GO! Sync Mapbook uses reflection to load all of it&#8217;s components. This seems to cause a problem in Vista with machines that [...]]]></description>
			<content:encoded><![CDATA[<p>This is something that I encountered before but it cropped up again this morning and I thought it was time to get it on &#8216;paper&#8217;.</p>
<p>To allow for complete control of the application configuration, GO! Sync Mapbook uses reflection to load all of it&#8217;s components. This seems to cause a problem in Vista with machines that have <a href="http://support.microsoft.com/kb/875352">Data Execution Prevention (DEP)</a> running. The ActiveX controls that makeup ArcGIS Engine do not load properly.</p>
<p>There is a pretty good article <a href="http://www.realtime-vista.com/administration/2007/04/disabling_data_execution_preve.htm">here</a> that shows how to turn it off completely.</p>
<p>I used the following command line to fix it:</p>
<p><strong><em>bcdedit /set nx AlwaysOff</em></strong></p>
<p>You need to run the command prompt as Administrator for it to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://john.selkirks.net/2008/08/25/esri-axtoolbarcontrol-and-windowless-activex-controls-are-not-supported/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
