<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Tech Off - Data Execution Prevention (DEP) Woes</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Tech Off - Data Execution Prevention (DEP) Woes</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 17:56:15 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 17:56:15 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>8</c9:totalResults>
	<c9:pageCount>-8</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Tech Off - Data Execution Prevention (DEP) Woes</title>
		<description><![CDATA[<p>All of a sudden, my vista machine has decided that it does not like my programming style.<br /><br />When I do a certain action in my program, DEP terminates my process (the action does involve a COM interop if that makes any diffy?)<br /><br />I know what DEP is, and how to turn it off, but it will not turn off for my exe... it syas that it must run with DEP on.<br /><br />Any suggestions?<br /><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/451364-Data-Execution-Prevention-DEP-Woes/451364#451364</link>
		<pubDate>Mon, 05 Jan 2009 17:26:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/451364-Data-Execution-Prevention-DEP-Woes/451364#451364</guid>
		<dc:creator>John</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jh71283/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Data Execution Prevention (DEP) Woes</title>
		<description><![CDATA[<p>While I have encountered similar problems, the only solution I have found is the Microsoft's universal solution:&nbsp; &quot;<i>use FDISK on your computer and reload the operating system</i>&quot;.<br /><br />Yes, this is not a helpful answer however after repeated attempts to fix things the only practical solution was wipe the system and reload the OS.&nbsp; Every time I have gotten a DEP error it boiled down to a improperly installed application.<br /><br />Vista and your ANTI-VIRUS solution of choice will insist that it must have DEP.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/451364-Data-Execution-Prevention-DEP-Woes/f8bd23bdb0ac466f98979deb0002f193#f8bd23bdb0ac466f98979deb0002f193</link>
		<pubDate>Mon, 05 Jan 2009 20:31:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/451364-Data-Execution-Prevention-DEP-Woes/f8bd23bdb0ac466f98979deb0002f193#f8bd23bdb0ac466f98979deb0002f193</guid>
		<dc:creator>lensman</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lensman/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Data Execution Prevention (DEP) Woes</title>
		<description><![CDATA[<p>There is a good explanation (and fix) for this issue <span><a href="http://blogs.msdn.com/ed_maurer/archive/2007/12/14/nxcompat-and-the-c-compiler.aspx">here</a></span>.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/451364-Data-Execution-Prevention-DEP-Woes/cbf7b1d2d22d4aa792fa9deb0002f1b9#cbf7b1d2d22d4aa792fa9deb0002f1b9</link>
		<pubDate>Mon, 05 Jan 2009 21:50:35 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/451364-Data-Execution-Prevention-DEP-Woes/cbf7b1d2d22d4aa792fa9deb0002f1b9#cbf7b1d2d22d4aa792fa9deb0002f1b9</guid>
		<dc:creator>dpratt71</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dpratt71/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Data Execution Prevention (DEP) Woes</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">dpratt71 said:</div><div class="quoteText">There is a good explanation (and fix) for this issue <span>
<a href="http://blogs.msdn.com/ed_maurer/archive/2007/12/14/nxcompat-and-the-c-compiler.aspx">here</a></span>.</div></blockquote>I've temporarily switched it off entirely<br /><br /><b>bcdedit /set nx AlwaysOff</b> <br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/451364-Data-Execution-Prevention-DEP-Woes/0d185a90efd24de089f09deb0002f1e0#0d185a90efd24de089f09deb0002f1e0</link>
		<pubDate>Tue, 06 Jan 2009 08:00:22 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/451364-Data-Execution-Prevention-DEP-Woes/0d185a90efd24de089f09deb0002f1e0#0d185a90efd24de089f09deb0002f1e0</guid>
		<dc:creator>John</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jh71283/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Data Execution Prevention (DEP) Woes</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">jh71283 said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">dpratt71 said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
I've temporarily switched it off entirely<br /><br /><b>bcdedit /set nx AlwaysOff</b> <br /></div></blockquote>Bad move from a security point of view.<br /><br />Are you sure you're getting the parameter types correct for the COM interop, and marshalling everything that's returned?<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/451364-Data-Execution-Prevention-DEP-Woes/c58b62cc135a4339824e9deb0002f208#c58b62cc135a4339824e9deb0002f208</link>
		<pubDate>Tue, 06 Jan 2009 10:14:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/451364-Data-Execution-Prevention-DEP-Woes/c58b62cc135a4339824e9deb0002f208#c58b62cc135a4339824e9deb0002f208</guid>
		<dc:creator>blowdart</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/blowdart/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Data Execution Prevention (DEP) Woes</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">blowdart said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">jh71283 said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
Bad move from a security point of view.<br /><br />Are you sure you're getting the parameter types correct for the COM interop, and marshalling everything that's returned?<br /></div></blockquote>Pretty sure, the code in question has been untouched for months, and has never had a problem.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/451364-Data-Execution-Prevention-DEP-Woes/ae02638ed13447d1a4999deb0002f22f#ae02638ed13447d1a4999deb0002f22f</link>
		<pubDate>Tue, 06 Jan 2009 10:56:35 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/451364-Data-Execution-Prevention-DEP-Woes/ae02638ed13447d1a4999deb0002f22f#ae02638ed13447d1a4999deb0002f22f</guid>
		<dc:creator>John</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jh71283/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Data Execution Prevention (DEP) Woes</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">jh71283 said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">blowdart said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
Pretty sure, the code in question has been untouched for months, and has never had a problem.<br /></div></blockquote>Hmm weirdness. A date issue perhaps somewhere in the COM component? I know DEP has triggered for me when i forgot to marshall strings and they ended up being disposed.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/451364-Data-Execution-Prevention-DEP-Woes/836795d4e27b40d289a59deb0002f256#836795d4e27b40d289a59deb0002f256</link>
		<pubDate>Tue, 06 Jan 2009 16:59:33 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/451364-Data-Execution-Prevention-DEP-Woes/836795d4e27b40d289a59deb0002f256#836795d4e27b40d289a59deb0002f256</guid>
		<dc:creator>blowdart</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/blowdart/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Data Execution Prevention (DEP) Woes</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">jh71283 said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">blowdart said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
Pretty sure, the code in question has been untouched for months, and has never had a problem.<br /></div></blockquote>If you've recently installed&nbsp;<span class="Apple-style-span">.NET Framework 2.0
<span class="Apple-style-span">SP1</span>&nbsp;or switched to&nbsp;.NET Framework 3.5, then it's likely the problem has always been lurking, but previously went unnoticed.</span></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/451364-Data-Execution-Prevention-DEP-Woes/0f2fc23a004b4657a2f79deb0002f27e#0f2fc23a004b4657a2f79deb0002f27e</link>
		<pubDate>Tue, 06 Jan 2009 17:35:50 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/451364-Data-Execution-Prevention-DEP-Woes/0f2fc23a004b4657a2f79deb0002f27e#0f2fc23a004b4657a2f79deb0002f27e</guid>
		<dc:creator>dpratt71</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/dpratt71/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>