<?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 for Talking to myself.....in public</title>
	<atom:link href="http://blog.jalil.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jalil.org</link>
	<description>Virtual home in cyberspace!</description>
	<lastBuildDate>Tue, 19 Aug 2008 09:46:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on DEP, NXCOMPAT Redux by dolly marwah</title>
		<link>http://blog.jalil.org/2008/02/02/dep-nxcompat-redux/comment-page-1/#comment-817</link>
		<dc:creator>dolly marwah</dc:creator>
		<pubDate>Tue, 19 Aug 2008 09:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jalil.org/2008/02/02/dep-nxcompat-redux/#comment-817</guid>
		<description><![CDATA[hi,

Actually I used the same API of Vista SP1, but the hosting exe which I am using is WinMail.exe (windows mail), and while trying to set DEP off for winmail, access denied error comes.

Kindly tell me how may I do it?

Thanks,
Dolly]]></description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>Actually I used the same API of Vista SP1, but the hosting exe which I am using is WinMail.exe (windows mail), and while trying to set DEP off for winmail, access denied error comes.</p>
<p>Kindly tell me how may I do it?</p>
<p>Thanks,<br />
Dolly</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DEP, NXCOMPAT and changes in .NET Framework 2.0 SP1 by jalilv</title>
		<link>http://blog.jalil.org/2008/01/27/dep-nxcompat-and-changes-in-net-framework-20-sp1/comment-page-1/#comment-495</link>
		<dc:creator>jalilv</dc:creator>
		<pubDate>Sat, 12 Jul 2008 16:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jalil.org/2008/01/27/dep-nxcompat-and-changes-in-net-framework-20-sp1/#comment-495</guid>
		<description><![CDATA[James,
I am not sure if Editbin.exe is available with the SDK. It comes with Visual Studio installation. On my machine it was in c:\Program Files\Microsoft Visual Studio 9.0\VC\bin\editbin.exe

HTH,

Jalil Vaidya]]></description>
		<content:encoded><![CDATA[<p>James,<br />
I am not sure if Editbin.exe is available with the SDK. It comes with Visual Studio installation. On my machine it was in c:\Program Files\Microsoft Visual Studio 9.0\VC\bin\editbin.exe</p>
<p>HTH,</p>
<p>Jalil Vaidya</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DEP, NXCOMPAT and changes in .NET Framework 2.0 SP1 by James</title>
		<link>http://blog.jalil.org/2008/01/27/dep-nxcompat-and-changes-in-net-framework-20-sp1/comment-page-1/#comment-490</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 11 Jul 2008 19:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jalil.org/2008/01/27/dep-nxcompat-and-changes-in-net-framework-20-sp1/#comment-490</guid>
		<description><![CDATA[I&#039;ll also add (for googlers), if I turn on unmanged debugging...

First-chance exception at 0x005816b8 in app.exe: 0xC0000005: Access violation reading location 0x005816b8.

Program runs in debugger without this option.  VS2005 for this test case on x64 vista.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ll also add (for googlers), if I turn on unmanged debugging&#8230;</p>
<p>First-chance exception at 0x005816b8 in app.exe: 0xC0000005: Access violation reading location 0x005816b8.</p>
<p>Program runs in debugger without this option.  VS2005 for this test case on x64 vista.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DEP, NXCOMPAT and changes in .NET Framework 2.0 SP1 by James</title>
		<link>http://blog.jalil.org/2008/01/27/dep-nxcompat-and-changes-in-net-framework-20-sp1/comment-page-1/#comment-488</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 11 Jul 2008 19:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jalil.org/2008/01/27/dep-nxcompat-and-changes-in-net-framework-20-sp1/#comment-488</guid>
		<description><![CDATA[Oooggggaaa!!!

Thank you for this blog.  I am doing a twain_32.dll import in a scanning app, and am doing the development on Vista X64 with VS2008.  The program will run fine from the debugger, but as soon as I try to manually run the output exe, the program crashes, and gives the: 

xxx has stopped working - a problem caused the application to stop working correctly.  Windows will close the program and notify you if a solution is available...(but dont hold breath!)

Note:  this also happens when compiled from VS2005 on x64 vista.

I target x86 because of the interop issues with the twain driver.

This is a BIG issue and one I&#039;ve probably spent over 40hrs on trying to resolve.  I&#039;m buying another machine and putting x86 XP on it to work around unless I can get editbin.exe (in SDK) to do what I need.]]></description>
		<content:encoded><![CDATA[<p>Oooggggaaa!!!</p>
<p>Thank you for this blog.  I am doing a twain_32.dll import in a scanning app, and am doing the development on Vista X64 with VS2008.  The program will run fine from the debugger, but as soon as I try to manually run the output exe, the program crashes, and gives the: </p>
<p>xxx has stopped working &#8211; a problem caused the application to stop working correctly.  Windows will close the program and notify you if a solution is available&#8230;(but dont hold breath!)</p>
<p>Note:  this also happens when compiled from VS2005 on x64 vista.</p>
<p>I target x86 because of the interop issues with the twain driver.</p>
<p>This is a BIG issue and one I&#8217;ve probably spent over 40hrs on trying to resolve.  I&#8217;m buying another machine and putting x86 XP on it to work around unless I can get editbin.exe (in SDK) to do what I need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DEP, NXCOMPAT and changes in .NET Framework 2.0 SP1 by aniscartujo</title>
		<link>http://blog.jalil.org/2008/01/27/dep-nxcompat-and-changes-in-net-framework-20-sp1/comment-page-1/#comment-305</link>
		<dc:creator>aniscartujo</dc:creator>
		<pubDate>Tue, 03 Jun 2008 16:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jalil.org/2008/01/27/dep-nxcompat-and-changes-in-net-framework-20-sp1/#comment-305</guid>
		<description><![CDATA[Very interesting... Without NXCOMPAT switch I was not able to run a .NET console application (that has a delay) in Windows 2008...]]></description>
		<content:encoded><![CDATA[<p>Very interesting&#8230; Without NXCOMPAT switch I was not able to run a .NET console application (that has a delay) in Windows 2008&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DEP, NXCOMPAT and changes in .NET Framework 2.0 SP1 by Krishna Joshi</title>
		<link>http://blog.jalil.org/2008/01/27/dep-nxcompat-and-changes-in-net-framework-20-sp1/comment-page-1/#comment-304</link>
		<dc:creator>Krishna Joshi</dc:creator>
		<pubDate>Tue, 03 Jun 2008 08:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jalil.org/2008/01/27/dep-nxcompat-and-changes-in-net-framework-20-sp1/#comment-304</guid>
		<description><![CDATA[This is really a good information on DEP. I am working on a project where i am using Window Media Encoder SDK an other DLLImport functions. It is working fine on XP but when i compile it on vista with vs2008. It just crashes and give message vshost.exe stopped working.Even build is successfull but the exe doesn&#039;t execute.When i put my exe under DEP Enable list of vista. It says program must be DEP Enabled. I read the NXCompact bit and Editbin utility. I am just looking the way to use Editbin.

Thanks,
Krishna Joshi]]></description>
		<content:encoded><![CDATA[<p>This is really a good information on DEP. I am working on a project where i am using Window Media Encoder SDK an other DLLImport functions. It is working fine on XP but when i compile it on vista with vs2008. It just crashes and give message vshost.exe stopped working.Even build is successfull but the exe doesn&#8217;t execute.When i put my exe under DEP Enable list of vista. It says program must be DEP Enabled. I read the NXCompact bit and Editbin utility. I am just looking the way to use Editbin.</p>
<p>Thanks,<br />
Krishna Joshi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding VS2008 Multi-Targeting by Ram Pratap</title>
		<link>http://blog.jalil.org/2008/01/21/understanding-vs2008-multi-targeting/comment-page-1/#comment-279</link>
		<dc:creator>Ram Pratap</dc:creator>
		<pubDate>Mon, 21 Apr 2008 13:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jalil.org/2008/01/21/understanding-vs2008-multi-targeting/#comment-279</guid>
		<description><![CDATA[this is vary good artical. it is clear to understand al the things.]]></description>
		<content:encoded><![CDATA[<p>this is vary good artical. it is clear to understand al the things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ghazal-E-Surat by વિવેક ટેલર</title>
		<link>http://blog.jalil.org/2008/02/10/ghazal-e-surat/comment-page-1/#comment-6</link>
		<dc:creator>વિવેક ટેલર</dc:creator>
		<pubDate>Sun, 10 Feb 2008 18:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jalil.org/2008/02/10/ghazal-e-surat/#comment-6</guid>
		<description><![CDATA[Nice presentation.... Thanks... 

Have a nice time...]]></description>
		<content:encoded><![CDATA[<p>Nice presentation&#8230;. Thanks&#8230; </p>
<p>Have a nice time&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DEP, NXCOMPAT and changes in .NET Framework 2.0 SP1 by Talking to myself&#8230;..in public &#187; Blog Archive &#187; DEP, NXCOMPAT Redux</title>
		<link>http://blog.jalil.org/2008/01/27/dep-nxcompat-and-changes-in-net-framework-20-sp1/comment-page-1/#comment-4</link>
		<dc:creator>Talking to myself&#8230;..in public &#187; Blog Archive &#187; DEP, NXCOMPAT Redux</dc:creator>
		<pubDate>Sat, 02 Feb 2008 22:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jalil.org/2008/01/27/dep-nxcompat-and-changes-in-net-framework-20-sp1/#comment-4</guid>
		<description><![CDATA[[...] recently wrote about the impact of DEP on .NET applications due to changes in the .NET Framework 2.0 SP1. A couple [...]]]></description>
		<content:encoded><![CDATA[<p>[...] recently wrote about the impact of DEP on .NET applications due to changes in the .NET Framework 2.0 SP1. A couple [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DEP, NXCOMPAT and changes in .NET Framework 2.0 SP1 by Alessio</title>
		<link>http://blog.jalil.org/2008/01/27/dep-nxcompat-and-changes-in-net-framework-20-sp1/comment-page-1/#comment-3</link>
		<dc:creator>Alessio</dc:creator>
		<pubDate>Tue, 29 Jan 2008 11:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jalil.org/2008/01/27/dep-nxcompat-and-changes-in-net-framework-20-sp1/#comment-3</guid>
		<description><![CDATA[I was going mad about that! I have an application that uses a 3rd party DLL. All OK until I decided to switch to VS2008. Same code: when assembly loads the Interop for that DLL it gives &quot;AccessViolationException&quot;. Strange enough, this happens on some machines, and on others not! One week of desperate debugging, to find out that the new version works only in machines with DEP disabled or with CPU non-DEP. Thank you!]]></description>
		<content:encoded><![CDATA[<p>I was going mad about that! I have an application that uses a 3rd party DLL. All OK until I decided to switch to VS2008. Same code: when assembly loads the Interop for that DLL it gives &#8220;AccessViolationException&#8221;. Strange enough, this happens on some machines, and on others not! One week of desperate debugging, to find out that the new version works only in machines with DEP disabled or with CPU non-DEP. Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
